diff --git a/README.md b/README.md index 1c994f4..675da5e 100644 --- a/README.md +++ b/README.md @@ -621,7 +621,7 @@ var grid = $('.grid-stack').data('gridstack'); grid.remove_all(); _.each(serialization, function (node) { - grid.add_widget($('
'), + grid.add_widget($('
'), node.x, node.y, node.width, node.height); }); ```