From 90ae250d3929319227155fda479513527497d51f Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Tue, 11 Nov 2014 23:01:01 -0800 Subject: [PATCH] requirements --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 954dbc2..8bc37d0 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ Usage ## Requirements -* http://underscorejs.org (>= 3.1.0) -* http://jquery.com (>= 1.11.1) -* http://jqueryui.com (>= 1.11.2) +* http://underscorejs.org (>= 1.7.0) +* http://jquery.com (>= 1.11.0) +* http://jqueryui.com (>= 1.11.0) +* (Optional) http://knockoutjs.com (>= 3.2.0) Coming soon... @@ -37,8 +38,6 @@ ko.components.register('dashboard-grid', { this.afterAddWidget = function (items) { _.each(items, function (item) { item = $(item); - if (item.data('_gridstack_node')) - return; if (grid == null) { grid = $(componentInfo.element).find('.grid-stack').gridstack({