typo
This commit is contained in:
parent
922cc30ea7
commit
fc571d8b82
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ var grid = $('.grid-stack').data('gridstack');
|
|||
grid.remove_all();
|
||||
|
||||
_.each(serialization, function (node) {
|
||||
grid.add_widget($('<div><div class="grid-stack-item-content" /><div/>'),
|
||||
grid.add_widget($('<div><div class="grid-stack-item-content" /></div>'),
|
||||
node.x, node.y, node.width, node.height);
|
||||
});
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue