Skip to content
This repository was archived by the owner on Jul 18, 2019. It is now read-only.

Commit 7e2837b

Browse files
author
Gogs
committed
updated readme
1 parent eabe76f commit 7e2837b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ You can run the familiar jQuery promise-like methods on the controller to determ
3030

3131
Additionally, there are the following methods appended:
3232

33-
### .hold()
33+
### `.hold()`
3434
Pauses the execution of the sequence instantly.
3535

36-
### .release( [ when = "now" ] )
36+
### `.release( [ when = "now" ] )`
3737
Unpauses the execution of the sequence.
3838
The `when` parameter can either be
3939
- `"now"` to execute the next call on the sequence immediately (default)
4040
- `"delayed"` to wait a full turn and then run the callback or
4141
- `"remaining"` to resume exactly at the point where the execution was put on hold.
4242

43-
### .runAll()
43+
### `.runAll()`
4444
Runs all remaining calls immediately.
4545
The promise will be resolved.
4646

47-
### .clear()
47+
### `.clear()`
4848
Puts the execution on hold and clears the sequence queue. The promise will be rejected.
4949

50-
### .reset()
50+
### `.reset()`
5151
Resets the sequence and removes all promise handlers. Be aware that the changes made by the previous sequence calls naturally can't be reverted by this.

0 commit comments

Comments
 (0)