We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922cc30 commit fc571d8Copy full SHA for fc571d8
README.md
@@ -621,7 +621,7 @@ var grid = $('.grid-stack').data('gridstack');
621
grid.remove_all();
622
623
_.each(serialization, function (node) {
624
- grid.add_widget($('<div><div class="grid-stack-item-content" /><div/>'),
+ grid.add_widget($('<div><div class="grid-stack-item-content" /></div>'),
625
node.x, node.y, node.width, node.height);
626
});
627
```
0 commit comments