Update lib/OpenLayers/Control/Split.js

This commit is contained in:
drnextgis
2012-01-19 14:48:25 +07:00
parent eda8eb8dbe
commit b10e380afd

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,