Update phaser.d.ts

Fix imcompatible override Phaser.Point.clone
This commit is contained in:
Franky Lau 2014-04-28 22:12:25 +08:00
parent 360d744472
commit 4a31db6a64

1
build/phaser.d.ts vendored
View file

@ -3477,7 +3477,6 @@ declare module Phaser {
clampX(min: number, max: number): Phaser.Point;
clampY(min: number, max: number): Phaser.Point;
clone(output?: Phaser.Point): Phaser.Point;
clone(output: Phaser.Point): Phaser.Point;
copyFrom(source: any): Phaser.Point;
copyTo(dest: any): Object;
distance(dest: Object, round?: boolean): number;