format code
This commit is contained in:
@@ -102,8 +102,8 @@ class FullScreen extends Control {
|
|||||||
*/
|
*/
|
||||||
this.inactiveClassName_ =
|
this.inactiveClassName_ =
|
||||||
options.inactiveClassName !== undefined
|
options.inactiveClassName !== undefined
|
||||||
? options.inactiveClassName.split(' ')
|
? options.inactiveClassName.split(' ')
|
||||||
: [this.cssClassName_ + '-false'];
|
: [this.cssClassName_ + '-false'];
|
||||||
|
|
||||||
const label = options.label !== undefined ? options.label : '\u2922';
|
const label = options.label !== undefined ? options.label : '\u2922';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user