remove unneccesary bounds

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3991 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-08-23 13:37:04 +00:00
parent 6194452b8a
commit 799b7a2df3

View File

@@ -59,7 +59,6 @@
var x = 10;
var y = 20;
point = new OpenLayers.Geometry.Point(x, y);
bounds = point.getBounds();
t.eq(point.toString(), "POINT(" + x + " " + y + ")",
"toString() returns WKT" );