summaryrefslogtreecommitdiff
path: root/public/assets/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/index.js')
-rw-r--r--public/assets/js/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/assets/js/index.js b/public/assets/js/index.js
index 1c8deb5..ef2b8f4 100644
--- a/public/assets/js/index.js
+++ b/public/assets/js/index.js
@@ -17,6 +17,8 @@ var app = (function () {
};
app.ready = function () {
+ audio.init();
+ app.player = new AudioPlayer();
app.router.route();
};