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
There's a quite serious error in the code (it made me loose last 3 hours).
The plugin is attaching event handlers without namespace!
It's clearly intended to use namespace but...
in init function:
There's a quite serious error in the code (it made me loose last 3 hours).
The plugin is attaching event handlers without namespace!
It's clearly intended to use namespace but...
in
init
function:and afterwards everywhere it uses
this.name
(notthis.options.name
), e.g.:To minimize the modifications, I've changed the line in the
init
function to:The text was updated successfully, but these errors were encountered: