()
| 72 | window.e = editor; |
| 73 | } |
| 74 | function fullscreenexit () { |
| 75 | _fullscreenexit($(editor.editorIframe)); |
| 76 | _fullscreenexit($(editor.previewerIframe)); |
| 77 | } |
| 78 | editor.on('fullscreenenter', fullscreenenter); |
| 79 | editor.on('fullscreenexit', fullscreenexit); |
| 80 | $(window).resize(function () { |
nothing calls this directly
no test coverage detected