From 7dbd7a64f7ee91e67976dd4a421ac56e903beced Mon Sep 17 00:00:00 2001 From: Toosick Date: Mon, 17 Nov 2014 11:14:03 -0600 Subject: [PATCH] Update jquery.gridster.js --- src/jquery.gridster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); });