From 1a90b15c99655ebaffea5847f72ee509c9626414 Mon Sep 17 00:00:00 2001 From: Simeon Dimitrov Date: Sat, 23 Sep 2017 00:57:21 +0300 Subject: [PATCH] Update jquery-sortable.js --- source/js/jquery-sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/js/jquery-sortable.js b/source/js/jquery-sortable.js index 69a1312..33e1112 100644 --- a/source/js/jquery-sortable.js +++ b/source/js/jquery-sortable.js @@ -652,7 +652,7 @@ return this._serialize(this.el, true) }, refresh: function() { - this.traverse(function(object){ + this.group.traverse(function(object){ object._clearDimensions() }) },