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

Function Delayed

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

Source from the content-addressed store, hash-verified

8253 var sel_dontScroll = {scroll: false}, sel_mouse = {origin: "*mouse"}, sel_move = {origin: "+move"};
8254
8255 function Delayed() {this.id = null;}
8256 Delayed.prototype.set = function(ms, f) {
8257 clearTimeout(this.id);
8258 this.id = setTimeout(f, ms);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected