Remove unneeded function binding

This commit is contained in:
Frederic Junod
2014-04-28 13:50:39 +02:00
parent 475be37ef4
commit a5620fa46a

View File

@@ -163,7 +163,7 @@ ol.FeatureOverlay.prototype.handleMapPostCompose_ = function(event) {
for (i = 0; i < ii; ++i) {
vectorContext.drawFeature(feature, styles[i]);
}
}, this);
});
};