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:
ahocevar
2010-05-06 14:24:30 +00:00
parent 2d8981aed5
commit baa4e7469b

View File

@@ -312,7 +312,7 @@ OpenLayers.Control.SLDSelect = OpenLayers.Class(OpenLayers.Control, {
}
var describeFeatureType = format.read(doc);
this.control.wfsCache[this.layer.id] = describeFeatureType;
this._queue && this.applySelection();
this.control._queue && this.control.applySelection();
},
scope: this
};