You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
16
16
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
17
17
**Table of Contents***generated with [DocToc](http://doctoc.herokuapp.com/)*
18
18
19
-
-[gridstack.js News](#gridstackjs-news)
19
+
<!--- [gridstack.js News](#gridstackjs-news)-->
20
20
-[Demo and examples](#demo-and-examples)
21
21
-[Usage](#usage)
22
22
-[Requirements](#requirements)
@@ -36,15 +36,15 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
36
36
-[Changes](#changes)
37
37
-[The Team](#the-team)
38
38
39
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
39
+
<!-- END doctoc generated TOC please keep comment here to allow auto update
40
40
41
41
42
42
gridstack.js News
43
43
=====
44
44
45
45
Version 1.0 is coming! Check out the blog post here for more information:
46
46
[https://dylandreams.com/2017/04/26/gridstack-10-coming-soon/](https://dylandreams.com/2017/04/26/gridstack-10-coming-soon/) and [subscribe to the blog](https://dylandreams.com) for more gridstack news and tutorials.
47
-
47
+
-->
48
48
49
49
Demo and examples
50
50
====
@@ -57,10 +57,8 @@ Usage
57
57
58
58
## Requirements
59
59
60
-
*[lodash.js](https://lodash.com) (>= 4.17.10, full build)
61
60
*[jQuery](http://jquery.com) (>= 3.1.0)
62
-
63
-
Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js
61
+
*`Array.prototype.find` for IE and older browsers ([core.js](https://github.com/zloirock/core-js#ecmascript-6-array) allows to include specific polyfills)
64
62
65
63
#### Using gridstack.js with jQuery UI
66
64
@@ -80,9 +78,9 @@ Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) inst
0 commit comments