From 2a683a26729611c5dfd5ce4f2f6d35a390e7512a Mon Sep 17 00:00:00 2001 From: Mihai CAZACU Date: Thu, 6 Aug 2020 21:27:13 +0300 Subject: [PATCH] format code --- src/ol/control/FullScreen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/control/FullScreen.js b/src/ol/control/FullScreen.js index eb915f40d6..ad84c83168 100644 --- a/src/ol/control/FullScreen.js +++ b/src/ol/control/FullScreen.js @@ -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';