[OpenLayers-Commits] r11568 - trunk/openlayers/tests/Handler
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sun Feb 27 18:22:57 EST 2011
Author: tschaub
Date: 2011-02-27 15:22:57 -0800 (Sun, 27 Feb 2011)
New Revision: 11568
Modified:
trunk/openlayers/tests/Handler/Click.html
Log:
Remove unused testEvent.
Modified: trunk/openlayers/tests/Handler/Click.html
===================================================================
--- trunk/openlayers/tests/Handler/Click.html 2011-02-27 17:03:57 UTC (rev 11567)
+++ trunk/openlayers/tests/Handler/Click.html 2011-02-27 23:22:57 UTC (rev 11568)
@@ -234,7 +234,6 @@
var log = [];
var handler = callbackSetup(log, {"double": true, pixelTolerance: 2});
- var testEvt = {id: Math.random()};
var down = {
xy: px(0, 0)
@@ -257,8 +256,7 @@
t.plan(2);
var log = [];
- var handler = callbackSetup(log, {"double": true, pixelTolerance: 2});
- var testEvt = {id: Math.random()};
+ var handler = callbackSetup(log, {pixelTolerance: 2});
var down = {
xy: px(0, 0)
More information about the Commits
mailing list