From 7b1bc2a675ac1a1fb41895debf289b0ac1df8f38 Mon Sep 17 00:00:00 2001 From: Gregers Gram Rygg Date: Mon, 5 Nov 2012 23:15:53 +0100 Subject: [PATCH] Removed Event from doc, since it's not being used --- 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 0f1baca085..0b93a888da 100644 --- a/lib/OpenLayers/Events.js +++ b/lib/OpenLayers/Events.js @@ -922,7 +922,7 @@ OpenLayers.Events = OpenLayers.Class({ * and calculate the correct values. * * Parameters: - * evt - {Event or Touch} Either the event object or a single touch object + * evt - {Touch} a Touch object from a TouchEvent * * Returns: * {Object} An object with only clientX and clientY properties with the