()
| 74 | |
| 75 | class TableSearchApp { |
| 76 | constructor() { |
| 77 | this.processTableHeaders() |
| 78 | this.createDatatable() |
| 79 | this.bindToHashChange() |
| 80 | } |
| 81 | |
| 82 | get windowHash() { |
| 83 | return window.location.hash.replace(/^#/, "") |
nothing calls this directly
no test coverage detected