Merge commit 'f8b56af17bbc466cbf85efb281812296242c8cd5'

This commit is contained in:
Dylan Weiss 2016-08-17 15:55:52 -04:00
commit 76164595fe

View file

@ -82,8 +82,8 @@ Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) inst
* Using CDN:
```html
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.5/gridstack.min.css" />
<script type="text/javascript" src='//cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.5/gridstack.min.js'></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.6/gridstack.min.css" />
<script type="text/javascript" src='//cdnjs.cloudflare.com/ajax/libs/gridstack.js/0.2.6/gridstack.min.js'></script>
```
* Using bower:
@ -171,6 +171,8 @@ $(function () {
});
```
If you're still experiencing issues on touch devices please check [#444](https://github.com/troolee/gridstack.js/issues/444)
## Use with knockout.js
```javascript