You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,10 @@ The `when` parameter can either be
42
42
43
43
#### `ctrl.runAll()`
44
44
Runs all remaining calls immediately.
45
-
The promise will be resolved.
45
+
The `ctrl.promise` will be resolved.
46
46
47
47
#### `ctrl.cancel()`
48
-
Puts the execution on hold and clears the sequence queue. The promise will be rejected.
48
+
Puts the execution on hold and clears the sequence queue. The `ctrl.promise` will be rejected.
49
49
50
50
#### `ctrl.reset()`
51
51
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