summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/feedcontroller.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-11 19:36:34 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-11 19:36:34 +0200
commit61395bc32d6f0cd53db66bac329428ea85e870cb (patch)
treeb10b884dc9afd81e82c747fd6443b8b04419fe26 /js/app/controllers/feedcontroller.coffee
parent9963975875836f768cc64f3a9dc00a1f33d9c07f (diff)
fixed linting errors
Diffstat (limited to 'js/app/controllers/feedcontroller.coffee')
-rw-r--r--js/app/controllers/feedcontroller.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/controllers/feedcontroller.coffee b/js/app/controllers/feedcontroller.coffee
index 742693253..7c0cd05c2 100644
--- a/js/app/controllers/feedcontroller.coffee
+++ b/js/app/controllers/feedcontroller.coffee
@@ -51,7 +51,7 @@ angular.module('News').factory '_FeedController',
@_$scope.feedEmptyError = false
@_$scope.feedExistsError = false
- try
+ try
@_isAddingFeed = true
@_feedBl.create feedUrl, parentFolderId
# on success