(code)
| 134 | return null; |
| 135 | } |
| 136 | getScroller(code) { |
| 137 | return code.container; |
| 138 | } |
| 139 | onChanging(code) { |
| 140 | if (this.insertionOffset != code.selectionOffset) { |
| 141 | this.history.length = this.historyIndex; |
no outgoing calls
no test coverage detected