MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / fs

Function fs

demo/debugger.js:398–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 }
397 // Add Fullscreen Handlers
398 var fs = function() {
399 cm.setBounds();
400 };
401 document.addEventListener("fullscreenchange", fs);
402 document.addEventListener("webkitfullscreenchange", fs);
403 document.addEventListener("mozfullscreenchange", fs);

Callers

nothing calls this directly

Calls 1

setBoundsMethod · 0.65

Tested by

no test coverage detected