You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we have more than one instances of Sly and one of it's is destroyed, destroy method will unbindkeyboardHandler function from $doc element like this: $doc.unbind('.' namespace);
This will remove keyboardHandler function from all instances of sly even those that are not the part of destroy call.
The text was updated successfully, but these errors were encountered:
When we have more than one instances of Sly and one of it's is destroyed,
destroy
method willunbind
keyboardHandler
function from$doc
element like this:$doc.unbind('.' namespace);
This will remove
keyboardHandler
function from all instances of sly even those that are not the part ofdestroy
call.The text was updated successfully, but these errors were encountered: