fix comments
This commit is contained in:
@@ -89,7 +89,7 @@ class FullScreen extends Control {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {string}
|
* @type {Array<string>}
|
||||||
*/
|
*/
|
||||||
this.activeClassName_ =
|
this.activeClassName_ =
|
||||||
options.activeClassName !== undefined
|
options.activeClassName !== undefined
|
||||||
@@ -98,7 +98,7 @@ class FullScreen extends Control {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {string}
|
* @type {Array<string>}
|
||||||
*/
|
*/
|
||||||
this.inactiveClassName_ =
|
this.inactiveClassName_ =
|
||||||
options.inactiveClassName !== undefined
|
options.inactiveClassName !== undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user