Skip to content

Commit 4b7cc8d

Browse files
committed
Typo.
1 parent c185a7a commit 4b7cc8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Changes
442442
- RTL support
443443
- `'auto'` value for `cellHeight` option
444444
- fix `setStatic` method
445-
- add `setAnimate` method to API
445+
- add `setAnimation` method to API
446446

447447
#### v0.2.4 (2016-02-15)
448448

doc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gridstack.js API
4242
- [removeAll()](#removeall)
4343
- [resize(el, width, height)](#resizeel-width-height)
4444
- [resizable(el, val)](#resizableel-val)
45-
- [setAnimate(doAnimate)](#setanimatedoanimate)
45+
- [setAnimation(doAnimate)](#setanimationdoanimate)
4646
- [setStatic(staticValue)](#setstaticstaticvalue)
4747
- [update(el, x, y, width, height)](#updateel-x-y-width-height)
4848
- [willItFit(x, y, width, height, autoPosition)](#willitfitx-y-width-height-autoposition)
@@ -366,7 +366,7 @@ Enables/Disables resizing.
366366
- `el` - widget to modify
367367
- `val` - if `true` widget will be resizable.
368368

369-
### setAnimate(doAnimate)
369+
### setAnimation(doAnimate)
370370

371371
Toggle the grid animation state. Toggles the `grid-stack-animate` class.
372372

0 commit comments

Comments
 (0)