From 13e6e80281a0c7ddc980006ae39ae3bae4cb03d1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 11 Feb 2016 22:36:29 +0100 Subject: migrate js build system to gulp --- js/controller/AppController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/controller') 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 +}); -- cgit v1.2.3