replace hyphen with period in comments - ND is greedy about hyphens. This fixes the doc bit for map.baseLayer
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3565 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -105,8 +105,8 @@ OpenLayers.Map.prototype = {
|
||||
|
||||
/**
|
||||
* APIProperty: baseLayer
|
||||
* {<OpenLayers.Layer>} The currently selected base layer - this determines
|
||||
* min/max zoom level, projection, etc.
|
||||
* {<OpenLayers.Layer>} The currently selected base layer. This determines
|
||||
* min/max zoom level, projection, etc.
|
||||
*/
|
||||
baseLayer: null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user