adding types to properties from the mousing improvements patch. No functional change, only documentation. (See #1509)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7612 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-07-30 18:40:23 +00:00
parent 5ac8bd6a89
commit eb417ff61c
3 changed files with 11 additions and 10 deletions

View File

@@ -30,9 +30,9 @@ OpenLayers.Control.DragPan = OpenLayers.Class(OpenLayers.Control, {
/**
* Property: interval
* The number of milliseconds that should ellapse before
* panning the map again. Set this to increase dragging performance.
* Defaults to 25 milliseconds.
* {Integer} The number of milliseconds that should ellapse before
* panning the map again. Set this to increase dragging performance.
* Defaults to 25 milliseconds.
*/
interval: 25,

View File

@@ -32,7 +32,7 @@ OpenLayers.Control.Navigation = OpenLayers.Class(OpenLayers.Control, {
/**
* APIProprety: dragPanOptions
* Options passed to the DragPan control.
* {Object} Options passed to the DragPan control.
*/
dragPanOptions: null,