From 8b06f9cd8622a4edfdcd6ac866144897975bfb7e Mon Sep 17 00:00:00 2001 From: qdrj Date: Thu, 23 Jan 2014 22:50:02 -0800 Subject: [PATCH] Update phaser.d.ts Remove duplicated Timer.create signature --- build/phaser.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/build/phaser.d.ts b/build/phaser.d.ts index a4cbcdac2..d5db4a3f4 100644 --- a/build/phaser.d.ts +++ b/build/phaser.d.ts @@ -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; create(delay: number, loop: boolean, repeatCount: number, callback: any, callbackContext: any, ...args: any[]): Phaser.TimerEvent;