4 lines
188 B
JavaScript
4 lines
188 B
JavaScript
Tea.context(function () {
|
|
this.plan.dailyRequestsFormat = teaweb.formatNumber(this.plan.dailyRequests)
|
|
this.plan.monthlyRequestsFormat = teaweb.formatNumber(this.plan.monthlyRequests)
|
|
}) |