diff options
author | Sam Potts <sam@potts.es> | 2019-01-17 12:08:25 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-17 12:08:25 +1100 |
commit | e40c63b9e7985f52c7e68f5cb6aeaef9ff5ca9d7 (patch) | |
tree | a78a5d9643a835c6c1dcdeee28e0dde3b34a2085 /demo/dist/demo.js | |
parent | f927d26ce7150a12422a28e0c32edbb399632571 (diff) | |
download | plyr-e40c63b9e7985f52c7e68f5cb6aeaef9ff5ca9d7.tar.lz plyr-e40c63b9e7985f52c7e68f5cb6aeaef9ff5ca9d7.tar.xz plyr-e40c63b9e7985f52c7e68f5cb6aeaef9ff5ca9d7.zip |
Fix GA
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r-- | demo/dist/demo.js | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js index a2ba21c4..53dbcc64 100644 --- a/demo/dist/demo.js +++ b/demo/dist/demo.js @@ -4089,7 +4089,7 @@ typeof navigator === "object" && (function () { var Client = raven; singleton.Client = Client; - // ========================================================================== + var _arguments = arguments; (function () { var host = window.location.host; @@ -4330,11 +4330,7 @@ typeof navigator === "object" && (function () { window.dataLayer = window.dataLayer || []; var gtag = function gtag() { - for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { - args[_key] = arguments[_key]; - } - - window.dataLayer.push(args); + window.dataLayer.push(_arguments); // eslint-disable-line }; gtag('js', new Date()); |