Replace google closure syntax = with brackets around name
This commit is contained in:
@@ -73,7 +73,7 @@ const DEFAULT_DPI = 25.4 / 0.28;
|
||||
*/
|
||||
class ScaleLine extends Control {
|
||||
/**
|
||||
* @param {Options=} opt_options Scale line options.
|
||||
* @param {Options} [opt_options] Scale line options.
|
||||
*/
|
||||
constructor(opt_options) {
|
||||
const options = opt_options ? opt_options : {};
|
||||
|
||||
Reference in New Issue
Block a user