fix extra commas in test. all ie tests should pass now
git-svn-id: http://svn.openlayers.org/trunk/openlayers@2862 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
comps = [ createSquareRing(10),
|
||||
createSquareRing(2),
|
||||
createSquareRing(3),
|
||||
createSquareRing(4),
|
||||
createSquareRing(4)
|
||||
];
|
||||
|
||||
var polygon = new OpenLayers.Geometry.Polygon(comps);
|
||||
@@ -77,7 +77,7 @@
|
||||
comps = [ createSquareRing(-10),
|
||||
createSquareRing(-2),
|
||||
createSquareRing(-3),
|
||||
createSquareRing(-4),
|
||||
createSquareRing(-4)
|
||||
];
|
||||
|
||||
var polygon = new OpenLayers.Geometry.Polygon(comps);
|
||||
|
||||
Reference in New Issue
Block a user