diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index aa8f9d24c..e84098473 100755 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -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'); });