From c7cb5eece23fd8d45a874f4015a65b936472acb7 Mon Sep 17 00:00:00 2001 From: Catalin Bocirnea Date: Sun, 12 Oct 2014 09:49:39 -1000 Subject: [PATCH 1/2] Fixes cyclical dependency between dojox.gfx.d.ts and dojox.geo.d.ts Removed reference to dojox.geo.d.ts (dojox.gfx has no actual dependency on dojox.geo) --- dojo/dojox.gfx.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dojo/dojox.gfx.d.ts b/dojo/dojox.gfx.d.ts index 252575b3d..4b14cf2e3 100644 --- a/dojo/dojox.gfx.d.ts +++ b/dojo/dojox.gfx.d.ts @@ -4,7 +4,6 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped /// -/// declare module dojox { /** From c2f575040bd86921909540dbc58710245498a2e2 Mon Sep 17 00:00:00 2001 From: Catalin Bocirnea Date: Mon, 13 Oct 2014 13:06:38 -1000 Subject: [PATCH 2/2] Removed sole reference to dojox.geo.openlayers.Point Using dojox.gfx.Point instead, as in the rest of the file --- dojo/dojox.gfx.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dojo/dojox.gfx.d.ts b/dojo/dojox.gfx.d.ts index 4b14cf2e3..02c0932b6 100644 --- a/dojo/dojox.gfx.d.ts +++ b/dojo/dojox.gfx.d.ts @@ -5276,7 +5276,7 @@ declare module dojox { * @param c an x component of a central point, or a central point * @param d a y component of a central point */ - scaleAt(a: number, b: number, c: dojox.geo.openlayers.Point, d: number): dojox.gfx.matrix.Matrix2D; + scaleAt(a: number, b: number, c: dojox.gfx.Point, d: number): dojox.gfx.matrix.Matrix2D; /** * forms an x skewing matrix * The resulting matrix is used to skew points in the x dimension