diff options
Diffstat (limited to 'js/src/util/backdrop.js')
-rw-r--r-- | js/src/util/backdrop.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/src/util/backdrop.js b/js/src/util/backdrop.js index 0d478e9..82b5490 100644 --- a/js/src/util/backdrop.js +++ b/js/src/util/backdrop.js @@ -7,7 +7,9 @@ import EventHandler from '../dom/event-handler.js' import Config from './config.js' -import { execute, executeAfterTransition, getElement, reflow } from './index.js' +import { + execute, executeAfterTransition, getElement, reflow +} from './index.js' /** * Constants |