MCPcopy Index your code
hub / github.com/cnodejs/nodeclub / _fullscreenexit

Function _fullscreenexit

public/javascripts/editor.js:62–68  ·  view source on GitHub ↗
($e)

Source from the content-addressed store, hash-verified

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));

Callers 1

fullscreenexitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected