diff options
author | Sam Potts <sam@potts.es> | 2018-05-08 22:22:09 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-05-08 22:22:09 +1000 |
commit | e1ff516219e88d1264ab2a3dc2748e76940ec50a (patch) | |
tree | f8f46e1f38bdfb28d8ccc146a4d014ca1ca05a31 /src/js/captions.js | |
parent | 44b30380f71f03c8944e42b24c7ce3e92a0f2eea (diff) | |
parent | f687b81b70a73835f0190fbfa17a0fbbfcd28b7a (diff) | |
download | plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.tar.lz plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.tar.xz plyr-e1ff516219e88d1264ab2a3dc2748e76940ec50a.zip |
Merge branch 'master' into beta
Diffstat (limited to 'src/js/captions.js')
-rw-r--r-- | src/js/captions.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/captions.js b/src/js/captions.js index c6618fda..e0692dcf 100644 --- a/src/js/captions.js +++ b/src/js/captions.js @@ -3,10 +3,10 @@ // TODO: Create as class // ========================================================================== -import support from './support'; -import utils from './utils'; import controls from './controls'; import i18n from './i18n'; +import support from './support'; +import utils from './utils'; const captions = { // Setup captions |