remove old code from timeago widget

This commit is contained in:
Jonne Haß 2012-01-14 23:58:34 +01:00
parent b382bdd3e3
commit a07b742c85

View file

@ -13,9 +13,5 @@
});
}
});
this.subscribe("widget/ready", function(evt, element) {
self.element = element.timeago();
});
};
})();