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
Copy file name to clipboardExpand all lines: src/time/TimerEvent.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@ var TimerEvent = new Class({
274
274
* @method Phaser.Time.TimerEvent#remove
275
275
* @since 3.0.0
276
276
*
277
-
* @param {boolean} [dispatchCallback] - If `true` (by default `false`), the function of the Timer Event will be called before its removal from its Clock.
277
+
* @param {boolean} [dispatchCallback=false] - If `true`, the function of the Timer Event will be called before its removal.
0 commit comments