MCPcopy Index your code
hub / github.com/witheve/Eve / scheduleRedraw

Function scheduleRedraw

src/annotatescrollbar.js:31–34  ·  view source on GitHub ↗
(delay)

Source from the content-addressed store, hash-verified

29 this.computeScale();
30
31 function scheduleRedraw(delay) {
32 clearTimeout(self.doRedraw);
33 self.doRedraw = setTimeout(function() { self.redraw(); }, delay);
34 }
35
36 var self = this;
37 cm.on("refresh", this.resizeHandler = function() {

Callers 1

AnnotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected