diff options
author | Sam Potts <sam@potts.es> | 2018-08-13 21:39:16 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-08-13 21:39:16 +1000 |
commit | 297f297d181b694446e04f653da694660e9971b4 (patch) | |
tree | 1a3da50b1cb0e48d9ddfcd4bc2f399b084762310 /src/js/plugins/ads.js | |
parent | 059205c378161c59bc7e7ab7798122a0fff0edbb (diff) | |
download | plyr-297f297d181b694446e04f653da694660e9971b4.tar.lz plyr-297f297d181b694446e04f653da694660e9971b4.tar.xz plyr-297f297d181b694446e04f653da694660e9971b4.zip |
Moved i18n to utils
Diffstat (limited to 'src/js/plugins/ads.js')
-rw-r--r-- | src/js/plugins/ads.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/plugins/ads.js b/src/js/plugins/ads.js index 8b1aac8c..375fdc13 100644 --- a/src/js/plugins/ads.js +++ b/src/js/plugins/ads.js @@ -6,9 +6,9 @@ /* global google */ -import i18n from '../i18n'; import { createElement } from '../utils/elements'; import { triggerEvent } from '../utils/events'; +import i18n from '../utils/i18n'; import is from '../utils/is'; import loadScript from '../utils/loadScript'; import { formatTime } from '../utils/time'; |