This commit is contained in:
Pavel Reznikov 2014-11-17 01:02:57 -08:00
parent c8089bf756
commit 5577791581

View file

@ -99,9 +99,9 @@ Parameters:
position
```javascript
$('.grid-stack).gridstack();
$('.grid-stack').gridstack();
var grid = $('.grid-stack).data('gridstack');
var grid = $('.grid-stack').data('gridstack');
grid.add_widget(el, 0, 0, 3, 2, true);
```