[OpenLayers-Commits] r11435 - sandbox/cmoullet/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Feb 24 12:01:54 EST 2011
Author: cmoullet
Date: 2011-02-24 09:01:54 -0800 (Thu, 24 Feb 2011)
New Revision: 11435
Modified:
sandbox/cmoullet/openlayers/examples/browser.js
Log:
Bugfixing touches
Modified: sandbox/cmoullet/openlayers/examples/browser.js
===================================================================
--- sandbox/cmoullet/openlayers/examples/browser.js 2011-02-24 16:43:16 UTC (rev 11434)
+++ sandbox/cmoullet/openlayers/examples/browser.js 2011-02-24 17:01:54 UTC (rev 11435)
@@ -194,7 +194,7 @@
var box = document.getElementById("box");
var result = inspect(e);
for (var i = 0; i < e.touches.item.length; i++) {
- result = result + inspect(e.touches.item[i]);
+ result = result + inspect(e.touches.item(i));
}
log(e.type, result);
//logDetails(inspect(e.touches.item(0)));
More information about the Commits
mailing list