mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 12:20:27 +08:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
Tea.context(function () {
|
|
this.shouldReplace = false
|
|
this.headerName = ""
|
|
|
|
this.selectHeader = function (headerName) {
|
|
this.headerName = headerName
|
|
}
|
|
}) |