Some problems in the documentation detected using "closure_verify"
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
*
|
||||
* Create a new instance with the <OpenLayers.Geometry.Collection> constructor.
|
||||
*
|
||||
* Inerhits from:
|
||||
* Inherits from:
|
||||
* - <OpenLayers.Geometry>
|
||||
*/
|
||||
OpenLayers.Geometry.Collection = OpenLayers.Class(OpenLayers.Geometry, {
|
||||
@@ -468,7 +468,7 @@ OpenLayers.Geometry.Collection = OpenLayers.Class(OpenLayers.Geometry, {
|
||||
* are considered equivalent if all components have the same coordinates.
|
||||
*
|
||||
* Parameters:
|
||||
* geom - {<OpenLayers.Geometry>} The geometry to test.
|
||||
* geometry - {<OpenLayers.Geometry>} The geometry to test.
|
||||
*
|
||||
* Returns:
|
||||
* {Boolean} The supplied geometry is equivalent to this geometry.
|
||||
|
||||
@@ -42,7 +42,7 @@ OpenLayers.Geometry.MultiLineString = OpenLayers.Class(
|
||||
* Use this geometry (the source) to attempt to split a target geometry.
|
||||
*
|
||||
* Parameters:
|
||||
* target - {<OpenLayers.Geometry>} The target geometry.
|
||||
* geometry - {<OpenLayers.Geometry>} The target geometry.
|
||||
* options - {Object} Properties of this object will be used to determine
|
||||
* how the split is conducted.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user