Fixed history presenter
This commit is contained in:
parent
2fd371b10a
commit
bfe31d87a1
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ App.Presenters.HistoryPresenter = function(
|
|||
function renderHistory($page, historyItems) {
|
||||
$page.append(templates.history({
|
||||
formatRelativeTime: util.formatRelativeTime,
|
||||
formatAbsoluteTime: util.formatAbsoluteTime,
|
||||
history: historyItems}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue