load timeago

This commit is contained in:
Jonne Haß 2012-01-14 23:29:28 +01:00
parent a482d90bf0
commit b382bdd3e3

View file

@ -63,7 +63,8 @@
events: function() { return Diaspora.page.eventsContainer.data("events"); },
flashMessages: this.instantiate("FlashMessages"),
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")
});
};