fixed scope inside handler. r=bartvde (closes #2570)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10294 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -312,7 +312,7 @@ OpenLayers.Control.SLDSelect = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
}
|
}
|
||||||
var describeFeatureType = format.read(doc);
|
var describeFeatureType = format.read(doc);
|
||||||
this.control.wfsCache[this.layer.id] = describeFeatureType;
|
this.control.wfsCache[this.layer.id] = describeFeatureType;
|
||||||
this._queue && this.applySelection();
|
this.control._queue && this.control.applySelection();
|
||||||
},
|
},
|
||||||
scope: this
|
scope: this
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user