(event)
| 2534 | codeMirror.toggle(); |
| 2535 | |
| 2536 | var escHandle = function(event) { |
| 2537 | if (event.shiftKey && event.keyCode === 27) { |
| 2538 | _this.previewed(); |
| 2539 | } |
| 2540 | }; |
| 2541 | |
| 2542 | if (codeMirror.css("display") === "none") // 为了兼容Zepto,而不使用codeMirror.is(":hidden") |
| 2543 | { |
nothing calls this directly
no outgoing calls
no test coverage detected