MCPcopy Index your code
hub / github.com/webodf/ViewerJS / delayedRefresh

Function delayedRefresh

viewer.js:195–200  ·  view source on GitHub ↗
(milliseconds)

Source from the content-addressed store, hash-verified

193 }
194
195 function delayedRefresh(milliseconds) {
196 window.clearTimeout(scaleChangeTimer);
197 scaleChangeTimer = window.setTimeout(function () {
198 onScroll();
199 }, milliseconds);
200 }
201
202 function parseScale(value, resetAutoSettings) {
203 var scale,

Callers 2

parseScaleFunction · 0.85
ViewerFunction · 0.85

Calls 1

onScrollFunction · 0.85

Tested by

no test coverage detected