Making linter happy

This commit is contained in:
ahocevar
2013-02-19 14:12:38 +01:00
parent f15c2951d0
commit f6c93d85b0

View File

@@ -200,7 +200,7 @@ ol.renderer.canvas.VectorLayer.prototype.renderFrame =
if (goog.isNull(tileGrid)) {
// lazy tile source creation to match the view projection
tileGrid = ol.tilegrid.createForProjection(
view2DState.projection,
view2DState.projection,
22, // should be no harm in going big here - ideally, it would be ∞
new ol.Size(512, 512));
this.tileGrid_ = tileGrid;