Replace google closure syntax = with brackets around name
This commit is contained in:
@@ -147,7 +147,7 @@ import {assert} from '../asserts.js';
|
||||
*/
|
||||
class Style {
|
||||
/**
|
||||
* @param {Options=} opt_options Style options.
|
||||
* @param {Options} [opt_options] Style options.
|
||||
*/
|
||||
constructor(opt_options) {
|
||||
const options = opt_options || {};
|
||||
|
||||
Reference in New Issue
Block a user