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

Function fullscreenexit

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

Source from the content-addressed store, hash-verified

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 () {

Callers

nothing calls this directly

Calls 1

_fullscreenexitFunction · 0.85

Tested by

no test coverage detected