Replace google closure syntax = with brackets around name
This commit is contained in:
@@ -18,7 +18,7 @@ import CanvasImageLayerRenderer from '../renderer/canvas/ImageLayer.js';
|
||||
*/
|
||||
class ImageLayer extends BaseImageLayer {
|
||||
/**
|
||||
* @param {import("./BaseImage.js").Options=} opt_options Layer options.
|
||||
* @param {import("./BaseImage.js").Options} [opt_options] Layer options.
|
||||
*/
|
||||
constructor(opt_options) {
|
||||
super(opt_options);
|
||||
|
||||
Reference in New Issue
Block a user