Replace google closure syntax = with brackets around name
This commit is contained in:
@@ -52,7 +52,7 @@ import {
|
||||
*/
|
||||
class ImageCanvasSource extends ImageSource {
|
||||
/**
|
||||
* @param {Options=} opt_options ImageCanvas options.
|
||||
* @param {Options} [opt_options] ImageCanvas options.
|
||||
*/
|
||||
constructor(opt_options) {
|
||||
const options = opt_options ? opt_options : {};
|
||||
|
||||
Reference in New Issue
Block a user