guidobouman/panelsnap

How to use the destroy method?

Closed this issue · 1 comments

Not sure if i'm just too silly, but I can't use the destroy method. I tryed things like

$('body').panelSnap.destroy();
$('body').data('.panelSnap').destroy();

Commands can be called in the following sense:

$('body').panelsnap('destroy');