()
| 2729 | |
| 2730 | // view actions |
| 2731 | function refreshView () { |
| 2732 | ui.area.markdown.html('') |
| 2733 | isDirty = true |
| 2734 | updateViewInner() |
| 2735 | } |
| 2736 | |
| 2737 | var updateView = _.debounce(function () { |
| 2738 | editor.operation(updateViewInner) |
no test coverage detected