[OpenLayers-Commits] r11183 - sandbox/cmoullet/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Feb 21 09:22:25 EST 2011
Author: cmoullet
Date: 2011-02-21 06:22:25 -0800 (Mon, 21 Feb 2011)
New Revision: 11183
Modified:
sandbox/cmoullet/openlayers/examples/browser.html
Log:
even name correction
Modified: sandbox/cmoullet/openlayers/examples/browser.html
===================================================================
--- sandbox/cmoullet/openlayers/examples/browser.html 2011-02-21 14:20:16 UTC (rev 11182)
+++ sandbox/cmoullet/openlayers/examples/browser.html 2011-02-21 14:22:25 UTC (rev 11183)
@@ -71,9 +71,9 @@
divResult('HTML5', 'seeking', document.createElement('video'), result);
divResult('HTML5', 'seekend', document.createElement('video'), result);
- divResult('orientation', 'ondeviceorientation', window, result);
- divResult('orientation', 'onmozorientation', window, result);
- divResult('orientation', 'ondevicemotion', window, result);
+ divResult('orientation', 'deviceorientation', window, result);
+ divResult('orientation', 'mozorientation', window, result);
+ divResult('orientation', 'devicemotion', window, result);
}
</script>
</head>
More information about the Commits
mailing list