id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
2624,"Error in draggable(""destroy"") - fix included",chrishandorf,paul,"Lines 76 & 77 in ui.draggable.js are:

destroy: function() {
   this.handle.removeMouseInteraction();

This causes a javascript error like ""this.handle has no properties"".

I changed the code on line 77 to:
   this.options.handle.removeMouseInteraction(); 

Now it seems to work fine.",bug,closed,undecided,1.2.4,ui,1.2.3,fixed,,,,
