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