Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
risq committed Jan 31, 2014
1 parent d27ec40 commit 07f9edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var state = nt.newsTicker('getState');
| `start` | | starts moving newsTicker elements |
| `stop` | | stops moving newsTicker elements |
| `updateOption`|`optionName`, `value` | update an option (see **Options & Callbacks** for options list) |
| `getState` | | returns current state (`0` = stopped, `1` = started, `2` = paused) |
| `getState` | | returns current state : `0` = stopped, `1` = started, `2` = paused (and started) |
| `pause` | | pauses newsTicker elements without stopping them - the newsTicker has to be started to be able to pause it (the `pause` method is called on `mouseOver` if `pauseOnHover` = 1)|
| `unpause` | | unpauses newsTicker elements - the newsTicker has to be started & paused to be able to unpause it (the `unpause` method is called on `mouseOut` if `pauseOnHover` = 1)|
| `moveDown` | | moves elements down |
Expand Down

0 comments on commit 07f9edc

Please sign in to comment.