load timeago
This commit is contained in:
parent
a482d90bf0
commit
b382bdd3e3
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@
|
||||||
events: function() { return Diaspora.page.eventsContainer.data("events"); },
|
events: function() { return Diaspora.page.eventsContainer.data("events"); },
|
||||||
flashMessages: this.instantiate("FlashMessages"),
|
flashMessages: this.instantiate("FlashMessages"),
|
||||||
header: this.instantiate("Header", body.find("header")),
|
header: this.instantiate("Header", body.find("header")),
|
||||||
hoverCard: this.instantiate("HoverCard", body.find("#hovercard"))
|
hoverCard: this.instantiate("HoverCard", body.find("#hovercard")),
|
||||||
|
timeAgo: this.instantiate("TimeAgo")
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue