fix typo in APIProperty reported by Denis Rykov
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11591 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -32,7 +32,7 @@ OpenLayers.Control.Navigation = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
dragPan: null,
|
dragPan: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIProprety: dragPanOptions
|
* APIProperty: dragPanOptions
|
||||||
* {Object} Options passed to the DragPan control.
|
* {Object} Options passed to the DragPan control.
|
||||||
*/
|
*/
|
||||||
dragPanOptions: null,
|
dragPanOptions: null,
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ OpenLayers.Control.TouchNavigation = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
dragPan: null,
|
dragPan: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APIProprety: dragPanOptions
|
* APIProperty: dragPanOptions
|
||||||
* {Object} Options passed to the DragPan control.
|
* {Object} Options passed to the DragPan control.
|
||||||
*/
|
*/
|
||||||
dragPanOptions: null,
|
dragPanOptions: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user