Fixed jshint warnings

This commit is contained in:
rr- 2015-07-19 12:28:01 +02:00
parent 362087ee63
commit 7511430b2a

View file

@ -161,7 +161,7 @@ App.Presenters.PostPresenter = function(
return templates.post({ return templates.post({
query: params.query, query: params.query,
post: post, post: post,
forceHttpInPermalinks: appState.get('config')['forceHttpInPermalinks'], forceHttpInPermalinks: appState.get('config').forceHttpInPermalinks,
ownScore: post.ownScore, ownScore: post.ownScore,
postFavorites: post.favorites, postFavorites: post.favorites,
postHistory: post.history, postHistory: post.history,