()
| 38 | |
| 39 | // Return contents as array of tokens. |
| 40 | get contents() { |
| 41 | return this.tokenList.contents; |
| 42 | }, |
| 43 | |
| 44 | focus: function () { |
| 45 | // Clean-up edit state, apply lingering edits. |
nothing calls this directly
no outgoing calls
no test coverage detected