Merge pull request #2959 from ca-ta/master

Fixes cyclical dependency between dojox.gfx.d.ts and dojox.geo.d.ts
This commit is contained in:
Masahiro Wakame
2014-10-14 10:50:30 +09:00
+1 -2
View File
@@ -4,7 +4,6 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="dojo.d.ts" />
/// <reference path="dojox.geo.d.ts" />
declare module dojox {
/**
@@ -5277,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