sportsbet-mobile
Version:
Sportsbet mobile
27 lines (18 loc) • 317 B
text/typescript
///<reference path=".#ts/client.d.ts" />
interface Templates {
markets: Template;
}
Template.markets.helpers({
markets: function() {
return this.markets;
},
template: function() {
return this.template;
},
name: function() {
return this.name;
},
handle: function() {
return this.handle;
}
});