Fixing links in documentation. Other Natural Docs changes. (closes #1504)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6833 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* when there are no states to restore.
|
||||
*
|
||||
* Inherits from:
|
||||
* - <OpenLayers.Control.Control>
|
||||
* - <OpenLayers.Control>
|
||||
*/
|
||||
OpenLayers.Control.NavigationHistory = OpenLayers.Class(OpenLayers.Control, {
|
||||
|
||||
@@ -32,7 +32,7 @@ OpenLayers.Control.NavigationHistory = OpenLayers.Class(OpenLayers.Control, {
|
||||
|
||||
/**
|
||||
* APIProperty: previous
|
||||
* {OpenLayers.Control} A button type control whose trigger method restores
|
||||
* {<OpenLayers.Control>} A button type control whose trigger method restores
|
||||
* the previous state managed by this control.
|
||||
*/
|
||||
previous: null,
|
||||
@@ -46,7 +46,7 @@ OpenLayers.Control.NavigationHistory = OpenLayers.Class(OpenLayers.Control, {
|
||||
|
||||
/**
|
||||
* APIProperty: next
|
||||
* {OpenLayers.Control} A button type control whose trigger method restores
|
||||
* {<OpenLayers.Control>} A button type control whose trigger method restores
|
||||
* the next state managed by this control.
|
||||
*/
|
||||
next: null,
|
||||
|
||||
Reference in New Issue
Block a user