Merge pull request #339 from qdrj/patch-1

Update phaser.d.ts
This commit is contained in:
Richard Davey 2014-01-27 07:39:54 -08:00
commit d37ec40d72

1
build/phaser.d.ts vendored
View file

@ -1354,7 +1354,6 @@ declare module Phaser {
static SECOND: number;
static HALF: number;
static QUARTER: number;
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;
loop(delay: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;