From da706ed5687d2b33e21a83895f44eb72b5298acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Mon, 11 Feb 2008 08:08:11 +0000 Subject: [PATCH] fix ND start tag. (non-functional change) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6196 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/Button.js b/lib/OpenLayers/Control/Button.js index 217095d7e0..a1f3f01848 100644 --- a/lib/OpenLayers/Control/Button.js +++ b/lib/OpenLayers/Control/Button.js @@ -32,7 +32,7 @@ OpenLayers.Control.Button = OpenLayers.Class(OpenLayers.Control, { */ type: OpenLayers.Control.TYPE_BUTTON, - /* + /** * Method: trigger * Called by a control panel when the button is clicked. */