Replace google closure syntax = with brackets around name
This commit is contained in:
@@ -48,7 +48,7 @@ import {assign} from '../obj.js';
|
||||
*/
|
||||
class BaseTileLayer extends Layer {
|
||||
/**
|
||||
* @param {Options=} opt_options Tile layer options.
|
||||
* @param {Options} [opt_options] Tile layer options.
|
||||
*/
|
||||
constructor(opt_options) {
|
||||
const options = opt_options ? opt_options : {};
|
||||
|
||||
Reference in New Issue
Block a user