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:
Tim Schaub
2007-07-03 16:14:17 +00:00
parent f5a39b05f7
commit c04b68b1b6

View File

@@ -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,