UNPKG

sportsbet-mobile

Version:
13 lines (9 loc) 165 B
interface Templates { timeHack: Template; } Template.timeHack.helpers({ time: function() { var tpl = Template.instance(); return new Date(tpl.data); } });