Fixed jshint warnings
This commit is contained in:
parent
362087ee63
commit
7511430b2a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue