diff options
author | Sam Potts <me@sampotts.me> | 2015-02-18 00:18:35 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-18 00:18:35 +1100 |
commit | 484617e2d74fb9250ee6d53d61d612c7a24969db (patch) | |
tree | e301c527f9ba0d258b6db9d626176083a9181c29 /assets/js | |
parent | 841cc957c945270cd656145989a64d7ced0ae22f (diff) | |
download | plyr-484617e2d74fb9250ee6d53d61d612c7a24969db.tar.lz plyr-484617e2d74fb9250ee6d53d61d612c7a24969db.tar.xz plyr-484617e2d74fb9250ee6d53d61d612c7a24969db.zip |
Tidy up
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/plyr.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/js/plyr.js b/assets/js/plyr.js index 923b3dce..7414a381 100644 --- a/assets/js/plyr.js +++ b/assets/js/plyr.js @@ -6,8 +6,6 @@ // Credits: http://paypal.github.io/accessible-html5-video-player/ // ========================================================================== -/*global ActiveXObject*/ - (function (api) { "use strict"; |