($el, container)
| 22 | this._showLineNum = true |
| 23 | } |
| 24 | init($el, container) { |
| 25 | super.init($el) |
| 26 | |
| 27 | this._container = container |
| 28 | this._bindEvent() |
| 29 | this._initCfg() |
| 30 | } |
| 31 | destroy() { |
| 32 | super.destroy() |
| 33 |
nothing calls this directly
no test coverage detected