Merge pull request #341 from radiolips/feature/114/Update-api-doc

Typo.
This commit is contained in:
radiolips 2016-02-20 09:57:10 -05:00
commit af17294971
2 changed files with 3 additions and 3 deletions

View file

@ -442,7 +442,7 @@ Changes
- RTL support
- `'auto'` value for `cellHeight` option
- fix `setStatic` method
- add `setAnimate` method to API
- add `setAnimation` method to API
#### v0.2.4 (2016-02-15)

View file

@ -42,7 +42,7 @@ gridstack.js API
- [removeAll()](#removeall)
- [resize(el, width, height)](#resizeel-width-height)
- [resizable(el, val)](#resizableel-val)
- [setAnimate(doAnimate)](#setanimatedoanimate)
- [setAnimation(doAnimate)](#setanimationdoanimate)
- [setStatic(staticValue)](#setstaticstaticvalue)
- [update(el, x, y, width, height)](#updateel-x-y-width-height)
- [willItFit(x, y, width, height, autoPosition)](#willitfitx-y-width-height-autoposition)
@ -366,7 +366,7 @@ Enables/Disables resizing.
- `el` - widget to modify
- `val` - if `true` widget will be resizable.
### setAnimate(doAnimate)
### setAnimation(doAnimate)
Toggle the grid animation state. Toggles the `grid-stack-animate` class.