diff --git a/README.md b/README.md index 8d8a2f7..2f5b631 100644 --- a/README.md +++ b/README.md @@ -76,12 +76,14 @@ Usage ## Requirements -* [underscore.js](http://underscorejs.org) (>= 1.7.0) +* [lodash.js](https://lodash.com) (>= 3.5.0) * [jQuery](http://jquery.com) (>= 1.11.0) * [jQuery UI](http://jqueryui.com) (>= 1.11.0). Minimum required components: Core, Widget, Mouse, Draggable, Resizable * (Optional) [knockout.js](http://knockoutjs.com) (>= 3.2.0) * (Optional) [jquery-ui-touch-punch](https://github.com/furf/jquery-ui-touch-punch) for touch-based devices support +Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js + ## Basic usage ```html @@ -372,7 +374,7 @@ Please use [jQuery UI Touch Punch](https://github.com/furf/jquery-ui-touch-punch working on touch-based devices. ```html - + @@ -644,6 +646,7 @@ Changes #### v0.2.3 (development version) +- add support of lodash.js - add `is_area_empty` method - nested grids - add `batch_update`/`commit` methods diff --git a/demo/knockout.html b/demo/knockout.html index b762417..4ef54dd 100644 --- a/demo/knockout.html +++ b/demo/knockout.html @@ -17,7 +17,7 @@ - + diff --git a/demo/knockout2.html b/demo/knockout2.html index 47e8b19..1e8e09b 100644 --- a/demo/knockout2.html +++ b/demo/knockout2.html @@ -17,7 +17,7 @@ - + diff --git a/demo/nested.html b/demo/nested.html index 156a2ed..6446b0e 100644 --- a/demo/nested.html +++ b/demo/nested.html @@ -17,7 +17,7 @@ - +