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

Skip to content

Commit 90ae250

Browse files
committed
requirements
1 parent 1adc38e commit 90ae250

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Usage
1717

1818
## Requirements
1919

20-
* http://underscorejs.org (>= 3.1.0)
21-
* http://jquery.com (>= 1.11.1)
22-
* http://jqueryui.com (>= 1.11.2)
20+
* http://underscorejs.org (>= 1.7.0)
21+
* http://jquery.com (>= 1.11.0)
22+
* http://jqueryui.com (>= 1.11.0)
23+
* (Optional) http://knockoutjs.com (>= 3.2.0)
2324

2425
Coming soon...
2526

@@ -37,8 +38,6 @@ ko.components.register('dashboard-grid', {
3738
this.afterAddWidget = function (items) {
3839
_.each(items, function (item) {
3940
item = $(item);
40-
if (item.data('_gridstack_node'))
41-
return;
4241

4342
if (grid == null) {
4443
grid = $(componentInfo.element).find('.grid-stack').gridstack({

0 commit comments

Comments
 (0)