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)
This commit is contained in:
Michal Stefanow
2013-09-09 15:15:29 +01:00
committed by vieron
parent ef626f8132
commit 5bfbc5c0b5

View File

@@ -479,6 +479,8 @@
callback.call(this, el);
}
}, this));
return this;
};