Thanks to visit codestin.com Credit goes to github.com
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 1adc38e commit 90ae250Copy full SHA for 90ae250
README.md
@@ -17,9 +17,10 @@ Usage
17
18
## Requirements
19
20
-* http://underscorejs.org (>= 3.1.0)
21
-* http://jquery.com (>= 1.11.1)
22
-* http://jqueryui.com (>= 1.11.2)
+* http://underscorejs.org (>= 1.7.0)
+* http://jquery.com (>= 1.11.0)
+* http://jqueryui.com (>= 1.11.0)
23
+* (Optional) http://knockoutjs.com (>= 3.2.0)
24
25
Coming soon...
26
@@ -37,8 +38,6 @@ ko.components.register('dashboard-grid', {
37
38
this.afterAddWidget = function (items) {
39
_.each(items, function (item) {
40
item = $(item);
- if (item.data('_gridstack_node'))
41
- return;
42
43
if (grid == null) {
44
grid = $(componentInfo.element).find('.grid-stack').gridstack({
0 commit comments