fix comments

This commit is contained in:
Mihai CAZACU
2020-08-06 21:30:10 +03:00
parent 2a683a2672
commit 49f883664a

View File

@@ -89,7 +89,7 @@ class FullScreen extends Control {
/**
* @private
* @type {string}
* @type {Array<string>}
*/
this.activeClassName_ =
options.activeClassName !== undefined
@@ -98,7 +98,7 @@ class FullScreen extends Control {
/**
* @private
* @type {string}
* @type {Array<string>}
*/
this.inactiveClassName_ =
options.inactiveClassName !== undefined