Remove unused local variable

This commit is contained in:
Frederic Junod
2014-04-28 13:49:14 +02:00
parent 77dfc29b5c
commit 475be37ef4

View File

@@ -153,7 +153,7 @@ ol.FeatureOverlay.prototype.handleMapPostCompose_ = function(event) {
}
var resolution = event.frameState.view2DState.resolution;
var vectorContext = event.vectorContext;
var i, ii, feature, styles;
var i, ii, styles;
this.features_.forEach(function(feature) {
styles = styleFunction(feature, resolution);
if (!goog.isDefAndNotNull(styles)) {