re-add the Constructor API doc removed in r11640 (see #3147)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11652 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-03-07 14:13:32 +00:00
parent 7865f4d1f3
commit 415aca4763
17 changed files with 152 additions and 1 deletions
+9
View File
@@ -22,6 +22,15 @@ OpenLayers.Format.WMC = OpenLayers.Class(OpenLayers.Format.Context, {
* {String} Version number to assume if none found. Default is "1.1.0".
*/
defaultVersion: "1.1.0",
/**
* Constructor: OpenLayers.Format.WMC
* Create a new parser for Web Map Context documents.
*
* Parameters:
* options - {Object} An optional object whose properties will be set on
* this instance.
*/
/**
* Method: getParser