diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index a524ac86e3..9cc0a651aa 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -479,6 +479,8 @@ callback.call(this, el); } }, this)); + + return this; };