fix comments

This commit is contained in:
Mihai CAZACU
2020-08-06 21:30:10 +03:00
parent 2a683a2672
commit 49f883664a
+2 -2
View File
@@ -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