Some problems in the documentation detected using "closure_verify"

This commit is contained in:
Xavier Mamano
2012-01-07 19:29:41 +01:00
parent fc43ea715a
commit b7dee9ca6d
40 changed files with 98 additions and 56 deletions

View File

@@ -1011,7 +1011,7 @@ OpenLayers.Format.WMC.v1 = OpenLayers.Class(OpenLayers.Format.XML, {
* null or undefined, null will be returned.
*
* Parameters:
* object - {Object} An object.
* obj - {Object} An object.
* prop - {String} A property.
*
* Returns:
@@ -1143,7 +1143,7 @@ OpenLayers.Format.WMC.v1 = OpenLayers.Class(OpenLayers.Format.XML, {
* Create a StyleList node given a layer context.
*
* Parameters:
* context - {Object} Layer context object.
* layer - {Object} Layer context object.
*
* Returns:
* {Element} A WMC StyleList element node.