knockout sample

This commit is contained in:
Pavel Reznikov 2014-11-11 23:01:31 -08:00
commit 1f64b08c5e

View file

@ -146,8 +146,6 @@ ko.components.register('dashboard-grid', {
this.afterAddWidget = function (items) {
_.each(items, function (item) {
item = $(item);
if (item.data('_gridstack_node'))
return;
if (grid == null) {
grid = $(componentInfo.element).find('.grid-stack').gridstack({