($e)
| 60 | }, 100); |
| 61 | } |
| 62 | function _fullscreenexit ($e) { |
| 63 | $e.css({ |
| 64 | margin: '0', |
| 65 | padding: '0', |
| 66 | border: 'none' |
| 67 | }); |
| 68 | } |
| 69 | function fullscreenenter () { |
| 70 | _fullscreenenter($(editor.editorIframe)); |
| 71 | _fullscreenenter($(editor.previewerIframe)); |