Merge pull request #775 from killalau/patch-2

Update phaser.d.ts
This commit is contained in:
Richard Davey 2014-04-28 16:00:07 +01:00
commit 7a63aeabde

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;