Update jquery.gridster.js

This commit is contained in:
Toosick
2014-11-17 11:14:03 -06:00
parent 821264d30e
commit 7dbd7a64f7
+1 -1
View File
@@ -3112,7 +3112,7 @@
this.$el.removeData('gridster');
// remove coords from elements
$.each(this.$el.find('li'),function(){
$.each(this.$widgets,function(){
$(this).removeData('coords');
});