aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/js/main.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2017-08-16 00:36:23 +1000
committerSam Potts <sam@potts.es>2017-08-16 00:36:23 +1000
commit0148c76c30d87dc6df79a8ef7264d0efd29988a3 (patch)
treede5d3e80763dd7290bc8e89b0fb027a3e756021b /demo/src/js/main.js
parent18b2cbb2e9f442ad1fe22543403bdccbf119a014 (diff)
downloadplyr-0148c76c30d87dc6df79a8ef7264d0efd29988a3.tar.lz
plyr-0148c76c30d87dc6df79a8ef7264d0efd29988a3.tar.xz
plyr-0148c76c30d87dc6df79a8ef7264d0efd29988a3.zip
ESLint, comments, quality and speed menus
Diffstat (limited to 'demo/src/js/main.js')
-rw-r--r--demo/src/js/main.js17
1 files changed, 8 insertions, 9 deletions
diff --git a/demo/src/js/main.js b/demo/src/js/main.js
index 3d44b94f..2ff94121 100644
--- a/demo/src/js/main.js
+++ b/demo/src/js/main.js
@@ -142,12 +142,11 @@
type: 'audio',
title: 'Kishi Bashi &ndash; &ldquo;It All Began With A Burst&rdquo;',
sources: [{
- src: 'https://cdn.selz.com/plyr/1.5/Kishi_Bashi_-_It_All_Began_With_a_Burst.mp3',
- type: 'audio/mp3'
- },
- {
- src: 'https://cdn.selz.com/plyr/1.5/Kishi_Bashi_-_It_All_Began_With_a_Burst.ogg',
- type: 'audio/ogg'
+ src: 'https://cdn.selz.com/plyr/1.5/Kishi_Bashi_-_It_All_Began_With_a_Burst.mp3',
+ type: 'audio/mp3'
+ }, {
+ src: 'https://cdn.selz.com/plyr/1.5/Kishi_Bashi_-_It_All_Began_With_a_Burst.ogg',
+ type: 'audio/ogg'
}]
});
break;
@@ -200,15 +199,15 @@ if (window.location.host === 'plyr.io') {
(function(i, s, o, g, r, a, m) {
i.GoogleAnalyticsObject = r;
i[r] = i[r] || function() {
- (i[r].q = i[r].q || []).push(arguments)
+ (i[r].q = i[r].q || []).push(arguments);
};
i[r].l = 1 * new Date();
a = s.createElement(o);
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
- m.parentNode.insertBefore(a, m)
+ m.parentNode.insertBefore(a, m);
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
window.ga('create', 'UA-40881672-11', 'auto');
window.ga('send', 'pageview');
-}
+} \ No newline at end of file