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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/controller/AppController.js b/js/controller/AppController.js
index 184cf6fc5..7cf7976ef 100644
--- a/js/controller/AppController.js
+++ b/js/controller/AppController.js
@@ -16,5 +16,4 @@ function (Loading, FeedResource, FolderResource) {
this.isFirstRun = function () {
return FeedResource.size() === 0 && FolderResource.size() === 0;
};
-
}); \ No newline at end of file