()
| 67 | }); |
| 68 | } |
| 69 | function fullscreenenter () { |
| 70 | _fullscreenenter($(editor.editorIframe)); |
| 71 | _fullscreenenter($(editor.previewerIframe)); |
| 72 | window.e = editor; |
| 73 | } |
| 74 | function fullscreenexit () { |
| 75 | _fullscreenexit($(editor.editorIframe)); |
| 76 | _fullscreenexit($(editor.previewerIframe)); |
no test coverage detected