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({
|
||||
query: params.query,
|
||||
post: post,
|
||||
forceHttpInPermalinks: appState.get('config')['forceHttpInPermalinks'],
|
||||
forceHttpInPermalinks: appState.get('config').forceHttpInPermalinks,
|
||||
ownScore: post.ownScore,
|
||||
postFavorites: post.favorites,
|
||||
postHistory: post.history,
|
||||
|
|
Loading…
Reference in a new issue