From f4c0923bf5049aa77c2b3538afd7608804ed7324 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 30 Jan 2009 11:59:40 +0000 Subject: [PATCH] Fix broken documentation. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8796 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Projection.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Projection.js b/lib/OpenLayers/Projection.js index e12d108dd1..b02f4cb598 100644 --- a/lib/OpenLayers/Projection.js +++ b/lib/OpenLayers/Projection.js @@ -32,8 +32,10 @@ OpenLayers.Projection = OpenLayers.Class({ * pro4js projection object. * * Parameters: - * options - {Object} An optional object with properties to set on the - * format + * projCode - {String} A string identifying the Well Known Identifier for + * the projection. + * options - {Object} An optional object to set additional properties + * on the layer. * * Returns: * {} A projection object.