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

Skip to content

Commit fc571d8

Browse files
committed
typo
1 parent 922cc30 commit fc571d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ var grid = $('.grid-stack').data('gridstack');
621621
grid.remove_all();
622622

623623
_.each(serialization, function (node) {
624-
grid.add_widget($('<div><div class="grid-stack-item-content" /><div/>'),
624+
grid.add_widget($('<div><div class="grid-stack-item-content" /></div>'),
625625
node.x, node.y, node.width, node.height);
626626
});
627627
```

0 commit comments

Comments
 (0)