diff --git a/index.html b/index.html index 3ee9289fe..336254ad1 100755 --- a/index.html +++ b/index.html @@ -250,7 +250,7 @@
-

.remove_widget( el )

+

.remove_widget( el, [callback] )

Remove a widget from the grid

@@ -259,6 +259,8 @@
el HTMLElement
The jQuery wrapped HTMLElement representing the widget that you want to remove.
+
callback Function
+
Executes a callback when the widgets is removed.

Returns