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

Function fullscreenenter

public/javascripts/editor.js:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

createEpicEditorFunction · 0.85

Calls 1

_fullscreenenterFunction · 0.85

Tested by

no test coverage detected