summaryrefslogtreecommitdiffstats
path: root/js/public
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/public
parent9963975875836f768cc64f3a9dc00a1f33d9c07f (diff)
fixed linting errors
Diffstat (limited to 'js/public')
-rw-r--r--js/public/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/public/app.js b/js/public/app.js
index d5201eac4..7182df822 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -758,6 +758,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
urlHash: urlHash
};
this._feedModel.add(feed);
+ console.log(this._feedModel);
success = function(response) {
if (response.status === 'error') {
feed.error = response.msg;