summaryrefslogtreecommitdiffstats
path: root/js/controller/AppController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/AppController.js')
-rw-r--r--js/controller/AppController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controller/AppController.js b/js/controller/AppController.js
index 31a288540..bb40b80fa 100644
--- a/js/controller/AppController.js
+++ b/js/controller/AppController.js
@@ -20,4 +20,4 @@ function (Loading, FeedResource, FolderResource) {
this.play = function (item) {
this.playingItem = item;
};
-}); \ No newline at end of file
+});