MCPcopy
hub / github.com/DHTMLX/gantt / Delayed

Function Delayed

samples/common/codehighlight/codemirror.js:176–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 }
175
176 var Delayed = function() {
177 this.id = null;
178 this.f = null;
179 this.time = 0;
180 this.handler = bind(this.onTimeout, this);
181 };
182 Delayed.prototype.onTimeout = function (self) {
183 self.id = 0;
184 if (self.time <= +new Date) {

Callers

nothing calls this directly

Calls 1

bindFunction · 0.70

Tested by

no test coverage detected