Skip to content
Merged

Typo. #341

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

Expand Down