diff options
Diffstat (limited to 'docs/src/js')
-rw-r--r-- | docs/src/js/docs.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/js/docs.js b/docs/src/js/docs.js index 4e2208ee..1e3c3206 100644 --- a/docs/src/js/docs.js +++ b/docs/src/js/docs.js @@ -2,7 +2,7 @@ // Docs example // ========================================================================== -/*global plyr, shr */ +/*global plyr, shr*/ // Setup the player plyr.setup({ @@ -25,7 +25,7 @@ shr.setup({ }); // General functions -(function() { +(function() { var buttons = document.querySelectorAll('[data-source]'); // Bind to each button @@ -103,7 +103,7 @@ shr.setup({ } })(); -// Google analytics +// Google analytics // For demo site (http://[www.]plyr.io) only if(document.domain.indexOf('plyr.io') > -1) { (function(i,s,o,g,r,a,m){i.GoogleAnalyticsObject=r;i[r]=i[r]||function(){ @@ -112,4 +112,4 @@ if(document.domain.indexOf('plyr.io') > -1) { })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-40881672-11', 'auto'); ga('send', 'pageview'); -}
\ No newline at end of file +} |