best way to unregister or remove items from scrawl #128
-
This is the example I was working on today; it uses scrawl now.
I find myself with
scrawl doesn't like being cut off at the knees. I see
looks like I need to step through the track and library.purge each canvas's namespace. just wondering if there's another or better way to be tracking and clearing things. I will give this a shot.
tried the above and
still dealing with something. any thoughts would be appreciated!
if I comment out the label, the errors go away. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To purge the library, use Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
It did help. thank you. |
Beta Was this translation helpful? Give feedback.
To purge the library, use
scrawl.purge(namespace-string)
. I think you're currently using an object as the function's argument?Hope that helps!