Prefer single line assignment to 80 character limit
This commit is contained in:
@@ -29,8 +29,7 @@ ol.TileReplayState;
|
||||
* @param {ol.TileLoadFunctionType} tileLoadFunction Tile load function.
|
||||
* @param {ol.proj.Projection} projection Feature projection.
|
||||
*/
|
||||
ol.VectorTile =
|
||||
function(tileCoord, state, src, format, tileLoadFunction, projection) {
|
||||
ol.VectorTile = function(tileCoord, state, src, format, tileLoadFunction, projection) {
|
||||
|
||||
goog.base(this, tileCoord, state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user