remove stray console.log statement. was breaking opera
git-svn-id: http://svn.openlayers.org/trunk/openlayers@2829 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -93,7 +93,6 @@
|
||||
|
||||
t.eq(marker.lonlat.lon, 0, "marker lon okay");
|
||||
t.eq(marker.lonlat.lat, 0, "marker lat okay");
|
||||
console.log(marker.icon);
|
||||
|
||||
marker.moveTo(new OpenLayers.Pixel(250,275));
|
||||
t.eq(marker.lonlat.lon, 0, "marker lon no change");
|
||||
|
||||
Reference in New Issue
Block a user