Label the link to ol.interaction as ol.interaction.Interaction

The documentation is really talking about instance of Interaction, not the namespace.  This is more clear for users.
This commit is contained in:
Paul Spencer
2013-09-13 09:04:19 -04:00
parent 28ee9bcd9b
commit 3ab50facc7
2 changed files with 3 additions and 2 deletions

View File

@@ -508,7 +508,8 @@ ol.Map.prototype.getFeatures = function(options) {
/**
* Gets the collection of {@link ol.interaction} instances
* Gets the collection of
* {@link ol.interaction|ol.interaction.Interaction} instances
* associated with this map. Modifying this collection
* changes the interactions associated with the map.
*