From c38f4ce7bb556937ce43440d3731ab3cd630ae1a Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sat, 21 Jan 2012 10:45:43 +0100 Subject: [PATCH] Fixing a typo. --- lib/OpenLayers/Events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Events.js b/lib/OpenLayers/Events.js index 0873fee49a..ed3c9543ca 100644 --- a/lib/OpenLayers/Events.js +++ b/lib/OpenLayers/Events.js @@ -494,7 +494,7 @@ OpenLayers.Events = OpenLayers.Class({ * target.triggerEvent("foostart"); * window.setTimeout(function() { * target.triggerEvent("fooend"); - * }, 0); + * }, 1000); * } * return propagate; * }