(bubble, fromTemplate, eventData)
| 49 | } |
| 50 | |
| 51 | onChange (bubble, fromTemplate, eventData) { |
| 52 | this.notify() |
| 53 | |
| 54 | if (!fromTemplate) { |
| 55 | if (this.watch_listener) this.watch_listener() |
| 56 | } |
| 57 | |
| 58 | if (bubble) this.change(eventData) |
| 59 | } |
| 60 | |
| 61 | register () { |
| 62 | this.jsoneditor.registerEditor(this) |
no test coverage detected