Menu

#7 provide callstack for dynamically-created elements

open
nobody
None
5
2006-05-19
2006-05-19
No

It might sometimes be helpful to have a callstack for
dynamically-allocated elements.

The JavaScript hook could simply walk the list of
arguments.caller (watching out for recursion!) and set
a __drip_callstack property with the results.

Discussion


Log in to post a comment.