Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed May 9, 2013
1 parent 170f3ae commit a0f2528
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 @@ -10,7 +10,7 @@ var timer = $.timer(timeout, callback, disabled);

- `timeout` is the time to set the interval to run at, in milliseconds.
- `callback` can be either a reference to another function, or an anonymous function.
- `disabled` if set to true, the timer is created inactive, needs a .reset() to trigger first. Optional.
- `disabled` if set to true, the timer is created inactive, needs a `.reset()` to trigger first. Optional.

## Timer methods
In the chance that you need to stop or reset your timer, you can use the following two methods:
Expand Down

0 comments on commit a0f2528

Please sign in to comment.