diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 380f8cc7d3..f83c5d741e 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -234,11 +234,11 @@ $nexts.each($.proxy(function(i, widget){ this.move_widget_up( $(widget), wgd.size_y ); }, this)); - }, this)); - if (callback) { - callback.apply(el); - }; + if (callback) { + callback.apply(this, el); + }; + }, this)); };