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,