Prefer single line assignment to 80 character limit
This commit is contained in:
@@ -59,8 +59,7 @@ goog.inherits(ol.source.ImageCanvas, ol.source.Image);
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.source.ImageCanvas.prototype.getImageInternal =
|
||||
function(extent, resolution, pixelRatio, projection) {
|
||||
ol.source.ImageCanvas.prototype.getImageInternal = function(extent, resolution, pixelRatio, projection) {
|
||||
resolution = this.findNearestResolution(resolution);
|
||||
|
||||
var canvas = this.canvas_;
|
||||
|
||||
Reference in New Issue
Block a user