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