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