From deaa52477b0137ca720dbd688f41d37c4d020805 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 31 Mar 2009 21:59:41 +0000 Subject: [PATCH] Fixing up ndocs for ZoomPanel. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9155 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/ZoomPanel.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Control/ZoomPanel.js b/lib/OpenLayers/Control/ZoomPanel.js index 263e6143e7..c2cab2eb7b 100644 --- a/lib/OpenLayers/Control/ZoomPanel.js +++ b/lib/OpenLayers/Control/ZoomPanel.js @@ -11,18 +11,21 @@ /** * Class: OpenLayers.Control.ZoomPanel - * The ZoomPanel control is a compact collecton of 3 zoom controls - a + * The ZoomPanel control is a compact collecton of 3 zoom controls: a * , a , and a * . By default it is drawn in the upper left * corner of the map. * - * Note: If you wish to use this class with the default images and you want + * Note: + * If you wish to use this class with the default images and you want * it to look nice in ie6, you should add the following, conditionally * added css stylesheet to your HTML file: * + * (code) * + * (end) * * Inherits from: * -