mirror of
https://github.com/photonstorm/phaser
synced 2024-11-11 07:34:43 +00:00
Merge pull request #323 from hstolte/patch-1
removed duplicate line in Timer class
This commit is contained in:
commit
912551a45d
1 changed files with 0 additions and 1 deletions
1
build/phaser.d.ts
vendored
1
build/phaser.d.ts
vendored
|
@ -1357,7 +1357,6 @@ declare module Phaser {
|
|||
create(delay: number, loop: boolean, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
add(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
repeat(delay: number, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
create(delay: number, loop: boolean, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
loop(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;
|
||||
start(): void;
|
||||
stop(): void;
|
||||
|
|
Loading…
Reference in a new issue