From 1d4b68af7be6237b7557e021fab7a7dea23568f0 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 20 Jan 2012 15:48:01 +0100 Subject: [PATCH] Fixing docs. --- lib/OpenLayers/Events/buttonclick.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Events/buttonclick.js b/lib/OpenLayers/Events/buttonclick.js index 775174e87a..823586cac3 100644 --- a/lib/OpenLayers/Events/buttonclick.js +++ b/lib/OpenLayers/Events/buttonclick.js @@ -28,7 +28,8 @@ OpenLayers.Events.buttonclick = OpenLayers.Class({ /** * Property: events * {Array} Events to observe and conditionally stop from propagating when - * an element with the olButton (or its olAlphaImg child) is clicked. + * an element with the olButton class (or its olAlphaImg child) is + * clicked. */ events: [ 'mousedown', 'mouseup', 'click', 'dblclick',