Skip to content

Commit 5bfbc5c

Browse files
stefek99vieron
authored andcommitted
fix(gridster): remove_widget Returns the instance of the Gridster Class
Following same pattern as remove_all_widgets --> remove_widget also return *this* (as per inlined comment documentation)
1 parent ef626f8 commit 5bfbc5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jquery.gridster.js

+2
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@
479479
callback.call(this, el);
480480
}
481481
}, this));
482+
483+
return this;
482484
};
483485

484486

0 commit comments

Comments
 (0)