[OpenLayers-Commits] r11438 - sandbox/cmoullet/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Feb 24 12:06:34 EST 2011


Author: cmoullet
Date: 2011-02-24 09:06:34 -0800 (Thu, 24 Feb 2011)
New Revision: 11438

Modified:
   sandbox/cmoullet/openlayers/examples/browser.js
Log:
should sleep

Modified: sandbox/cmoullet/openlayers/examples/browser.js
===================================================================
--- sandbox/cmoullet/openlayers/examples/browser.js	2011-02-24 17:06:04 UTC (rev 11437)
+++ sandbox/cmoullet/openlayers/examples/browser.js	2011-02-24 17:06:34 UTC (rev 11438)
@@ -196,7 +196,7 @@
         for (var i = 0; i < e.touches.item.length; i++) {
             result = result + inspect(e.touches.item(i));
         }
-        log(e.type, inspect(e));
+        log(e.type, result);
         //logDetails(inspect(e.touches.item(0)));
         if (e.preventDefault) e.preventDefault();
     }



More information about the Commits mailing list