MCPcopy Create free account
hub / github.com/TruthHun/BookStack / scheduleToggle

Function scheduleToggle

static/word2md/mammoth.browser.js:8452–8456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8450 o2.observe(div2, opts);
8451
8452 var scheduleToggle = function() {
8453 if (toggleScheduled) return;
8454 toggleScheduled = true;
8455 div2.classList.toggle("foo");
8456 };
8457
8458 return function schedule(fn) {
8459 var o = new MutationObserver(function() {

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected