From 4a31db6a64228dea433827bb4d53e1a24b3a7923 Mon Sep 17 00:00:00 2001 From: Franky Lau Date: Mon, 28 Apr 2014 22:12:25 +0800 Subject: [PATCH] Update phaser.d.ts Fix imcompatible override Phaser.Point.clone --- build/phaser.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/build/phaser.d.ts b/build/phaser.d.ts index 346ab1163..76286ae01 100644 --- a/build/phaser.d.ts +++ b/build/phaser.d.ts @@ -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;