This commit is contained in:
Sam Potts
2018-09-25 23:29:43 +10:00
parent d9565e9250
commit 87072cb690
3 changed files with 3 additions and 5 deletions

View File

@ -6,7 +6,7 @@ import controls from './controls';
import ui from './ui';
import { repaint } from './utils/animation';
import browser from './utils/browser';
import { getElement, getElements, hasClass, matches, toggleClass, toggleHidden } from './utils/elements';
import { getElement, getElements, matches, toggleClass, toggleHidden } from './utils/elements';
import { on, once, toggleListener, triggerEvent } from './utils/events';
import is from './utils/is';