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:
euzuro
2007-03-22 20:46:12 +00:00
parent c5406bbfeb
commit f66441779c
+2 -2
View File
@@ -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);