Merge pull request #158 from drnextgis/master

Fix documentation error. Thanks @drnextgis
This commit is contained in:
Marc Jansen
2012-01-18 23:53:05 -08:00
+1 -1
View File
@@ -115,7 +115,7 @@ OpenLayers.Control.Split = OpenLayers.Class(OpenLayers.Control, {
/**
* APIProperty: sourceFilter
* {<OpenLayers.Filter>} Optional filter that will be evaluated
* to determine if a feature from the target layer is eligible for
* to determine if a feature from the source layer is eligible for
* splitting.
*/
sourceFilter: null,