remove global and unused variable. Non functional change
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10451 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -346,12 +346,12 @@ OpenLayers.Control.Split = OpenLayers.Class(OpenLayers.Control, {
|
||||
* {Boolean} The supplied feature was split (and destroyed).
|
||||
*/
|
||||
considerSplit: function(feature) {
|
||||
sourceSplit = false;
|
||||
targetSplit = false;
|
||||
var sourceSplit = false;
|
||||
var targetSplit = false;
|
||||
if(!this.sourceFilter ||
|
||||
this.sourceFilter.evaluate(feature.attributes)) {
|
||||
var features = this.layer && this.layer.features || [];
|
||||
var target, results, result, proceed;
|
||||
var target, results, proceed;
|
||||
var additions = [], removals = [];
|
||||
var mutual = (this.layer === this.source) && this.mutual;
|
||||
var options = {
|
||||
|
||||
Reference in New Issue
Block a user