From 3719a3e8753567b1e13f3c23cd42cc1af4220d13 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 21 Nov 2007 08:24:30 +0000 Subject: [PATCH] tabs. no func change git-svn-id: http://svn.openlayers.org/trunk/openlayers@5231 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/EventPane.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/OpenLayers/Layer/EventPane.js b/lib/OpenLayers/Layer/EventPane.js index ad5892e32b..bff92332a2 100644 --- a/lib/OpenLayers/Layer/EventPane.js +++ b/lib/OpenLayers/Layer/EventPane.js @@ -19,12 +19,13 @@ OpenLayers.Layer.EventPane = OpenLayers.Class(OpenLayers.Layer, { /** * APIProperty: smoothDragPan * {Boolean} smoothDragPan determines whether non-public/internal API - * methods are used for better performance while dragging EventPane layers. - * When not in sphericalMercator mode, the smoother dragging doesn't - * actually move north/south directly with the number of pixels moved, - * resulting in a slight offset when you drag your mouse north south with - * this option on. If this visual disparity bothers you, you should turn - * this option off, or use spherical mercator. Default is on. + * methods are used for better performance while dragging EventPane + * layers. When not in sphericalMercator mode, the smoother dragging + * doesn't actually move north/south directly with the number of + * pixels moved, resulting in a slight offset when you drag your mouse + * north south with this option on. If this visual disparity bothers + * you, you should turn this option off, or use spherical mercator. + * Default is on. */ smootherDragging: true,