tabs. no func change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5231 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-11-21 08:24:30 +00:00
parent 82e43d743f
commit 3719a3e875
+7 -6
View File
@@ -19,12 +19,13 @@ OpenLayers.Layer.EventPane = OpenLayers.Class(OpenLayers.Layer, {
/** /**
* APIProperty: smoothDragPan * APIProperty: smoothDragPan
* {Boolean} smoothDragPan determines whether non-public/internal API * {Boolean} smoothDragPan determines whether non-public/internal API
* methods are used for better performance while dragging EventPane layers. * methods are used for better performance while dragging EventPane
* When not in sphericalMercator mode, the smoother dragging doesn't * layers. When not in sphericalMercator mode, the smoother dragging
* actually move north/south directly with the number of pixels moved, * doesn't actually move north/south directly with the number of
* resulting in a slight offset when you drag your mouse north south with * pixels moved, resulting in a slight offset when you drag your mouse
* this option on. If this visual disparity bothers you, you should turn * north south with this option on. If this visual disparity bothers
* this option off, or use spherical mercator. Default is on. * you, you should turn this option off, or use spherical mercator.
* Default is on.
*/ */
smootherDragging: true, smootherDragging: true,