Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f64b08

Browse files
committed
knockout sample
1 parent de78077 commit 1f64b08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ <h3>Use with knockout.js</h3>
146146
this.afterAddWidget = function (items) {
147147
_.each(items, function (item) {
148148
item = $(item);
149-
if (item.data('_gridstack_node'))
150-
return;
151149

152150
if (grid == null) {
153151
grid = $(componentInfo.element).find('.grid-stack').gridstack({

0 commit comments

Comments
 (0)