aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/controls.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-08-13 21:39:16 +1000
committerSam Potts <sam@potts.es>2018-08-13 21:39:16 +1000
commit297f297d181b694446e04f653da694660e9971b4 (patch)
tree1a3da50b1cb0e48d9ddfcd4bc2f399b084762310 /src/js/controls.js
parent059205c378161c59bc7e7ab7798122a0fff0edbb (diff)
downloadplyr-297f297d181b694446e04f653da694660e9971b4.tar.lz
plyr-297f297d181b694446e04f653da694660e9971b4.tar.xz
plyr-297f297d181b694446e04f653da694660e9971b4.zip
Moved i18n to utils
Diffstat (limited to 'src/js/controls.js')
-rw-r--r--src/js/controls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/controls.js b/src/js/controls.js
index 6265f2aa..a9957be9 100644
--- a/src/js/controls.js
+++ b/src/js/controls.js
@@ -5,13 +5,13 @@
import captions from './captions';
import html5 from './html5';
-import i18n from './i18n';
import support from './support';
import { repaint, transitionEndEvent } from './utils/animation';
import { dedupe } from './utils/arrays';
import browser from './utils/browser';
import { createElement, emptyElement, getAttributesFromSelector, getElement, getElements, hasClass, matches, removeElement, setAttributes, setFocus, toggleClass, toggleHidden } from './utils/elements';
import { off, on } from './utils/events';
+import i18n from './utils/i18n';
import is from './utils/is';
import loadSprite from './utils/loadSprite';
import { extend } from './utils/objects';