format code

This commit is contained in:
Mihai CAZACU
2020-08-06 21:27:13 +03:00
parent bd22d427ab
commit 2a683a2672

View File

@@ -102,8 +102,8 @@ class FullScreen extends Control {
*/
this.inactiveClassName_ =
options.inactiveClassName !== undefined
? options.inactiveClassName.split(' ')
: [this.cssClassName_ + '-false'];
? options.inactiveClassName.split(' ')
: [this.cssClassName_ + '-false'];
const label = options.label !== undefined ? options.label : '\u2922';