()
| 136 | } |
| 137 | |
| 138 | onOptionsChange() { |
| 139 | const options = this.getEffectiveOptions(); |
| 140 | this.contentRoot.toggleClass('wrap', options.wrap); |
| 141 | this.wrapButton.prop('title', '[' + (options.wrap ? 'ON' : 'OFF') + '] ' + this.wrapTitle); |
| 142 | this.updateState(); |
| 143 | } |
| 144 | |
| 145 | getEffectiveOptions() { |
| 146 | return this.options.get(); |
no test coverage detected