Fixing a typo.

This commit is contained in:
ahocevar
2012-01-21 10:45:43 +01:00
parent b90e533552
commit c38f4ce7bb

View File

@@ -494,7 +494,7 @@ OpenLayers.Events = OpenLayers.Class({
* target.triggerEvent("foostart");
* window.setTimeout(function() {
* target.triggerEvent("fooend");
* }, 0);
* }, 1000);
* }
* return propagate;
* }