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

Function fireOrphanDelayed

static/mergely/lib/codemirror.js:8208–8212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8206 }
8207
8208 function fireOrphanDelayed() {
8209 var delayed = orphanDelayedCallbacks;
8210 orphanDelayedCallbacks = null;
8211 for (var i = 0; i < delayed.length; ++i) delayed[i]();
8212 }
8213
8214 // The DOM events that CodeMirror handles can be overridden by
8215 // registering a (non-DOM) handler on the editor for the event name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected