Fix broken documentation.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8796 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-01-30 11:59:40 +00:00
parent 8f77f9e511
commit f4c0923bf5
+4 -2
View File
@@ -32,8 +32,10 @@ OpenLayers.Projection = OpenLayers.Class({
* pro4js projection object. * pro4js projection object.
* *
* Parameters: * Parameters:
* options - {Object} An optional object with properties to set on the * projCode - {String} A string identifying the Well Known Identifier for
* format * the projection.
* options - {Object} An optional object to set additional properties
* on the layer.
* *
* Returns: * Returns:
* {<OpenLayers.Projection>} A projection object. * {<OpenLayers.Projection>} A projection object.