provide slideFactor default value in the doc, no functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9774 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -19,7 +19,7 @@ OpenLayers.Control.Pan = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
/**
|
/**
|
||||||
* APIProperty: slideFactor
|
* APIProperty: slideFactor
|
||||||
* {Integer} Number of pixels by which we'll pan the map in any direction
|
* {Integer} Number of pixels by which we'll pan the map in any direction
|
||||||
* on clicking the arrow buttons.
|
* on clicking the arrow buttons, defaults to 50.
|
||||||
*/
|
*/
|
||||||
slideFactor: 50,
|
slideFactor: 50,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user