Fix linting issues

This commit is contained in:
Sam Potts
2020-04-24 00:39:26 +10:00
parent ad4f303aa0
commit ba91f23c50
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// ==========================================================================
import browser from './utils/browser';
import { getElements, hasClass, toggleClass, closest } from './utils/elements';
import { closest,getElements, hasClass, toggleClass } from './utils/elements';
import { on, triggerEvent } from './utils/events';
import is from './utils/is';
import { silencePromise } from './utils/promise';