Unconfusing NaturalDocs by putting 'Note:' on a separate line.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9908 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-12-19 00:06:17 +00:00
parent 2ddb4c1927
commit e95b023b5e

View File

@@ -149,7 +149,8 @@ OpenLayers.Map = OpenLayers.Class({
* is not provided, the map can be rendered to a container later
* using the <render> method.
*
* Note: If you calling <render> after map construction, do not use
* Note:
* If you calling <render> after map construction, do not use
* <maxResolution> auto. Instead, divide your <maxExtent> by your
* maximum expected dimension.
*/