UNPKG
sportsbet-mobile
Version:
latest (1.2.22)
1.2.22
Sportsbet mobile
github.com/heathmont/sportsbet-mobile
heathmont/sportsbet-mobile
sportsbet-mobile
/
client
/
sports
/
timeHack.ts
13 lines
(9 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
interface
Templates
{
timeHack
:
Template
; }
Template
.
timeHack
.
helpers
({
time
:
function
(
) {
var
tpl =
Template
.
instance
();
return
new
Date
(tpl.
data
); } });