[OpenLayers-Commits] r11347 - sandbox/sbrunner/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Feb 23 11:04:14 EST 2011


Author: sbrunner
Date: 2011-02-23 08:04:14 -0800 (Wed, 23 Feb 2011)
New Revision: 11347

Modified:
   sandbox/sbrunner/openlayers/examples/geolocation.js
Log:
add debug messages

Modified: sandbox/sbrunner/openlayers/examples/geolocation.js
===================================================================
--- sandbox/sbrunner/openlayers/examples/geolocation.js	2011-02-23 16:02:26 UTC (rev 11346)
+++ sandbox/sbrunner/openlayers/examples/geolocation.js	2011-02-23 16:04:14 UTC (rev 11347)
@@ -131,8 +131,8 @@
             img.style.transform = value;
             img.style.webkitTransform = value;
         window.alert(777);
-        window.alert(arrow);
-        window.alert(arrow.style);
+        window.alert(""+arrow);
+        window.alert(""+arrow.style);
 
             arrow.style.rotation = -orientation;
         window.alert(888);



More information about the Commits mailing list