Files

7 lines
130 B
JavaScript
Raw Permalink Normal View History

Tea.context(function () {
this.headerName = ""
this.selectHeader = function (headerName) {
this.headerName = headerName
}
})