Remove stray call to composeFrame, thanks @elemoine

This commit is contained in:
Tom Payne
2013-11-04 16:48:36 +01:00
parent d774d2007d
commit bbd461f181

View File

@@ -140,8 +140,6 @@ ol.renderer.canvas.VectorLayer2.prototype.composeFrame =
(viewCenter[1] - this.renderedExtent_[3]) / this.renderedResolution_,
0);
goog.base(this, 'composeFrame', frameState, layerState, context);
};