Remove unneeded function binding
This commit is contained in:
@@ -163,7 +163,7 @@ ol.FeatureOverlay.prototype.handleMapPostCompose_ = function(event) {
|
|||||||
for (i = 0; i < ii; ++i) {
|
for (i = 0; i < ii; ++i) {
|
||||||
vectorContext.drawFeature(feature, styles[i]);
|
vectorContext.drawFeature(feature, styles[i]);
|
||||||
}
|
}
|
||||||
}, this);
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user