diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index c9ddcb3b4..17b5da1fe 100755 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -790,7 +790,7 @@ return $widgets.map($.proxy(function(i, widget) { var $w = $(widget); return this.options.serialize_params($w, $w.coords().grid); - }, this)); + }, this)).get(); };