MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / update_view

Function update_view

codebase/sources/dhtmlxscheduler.es.js:14785–14793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14783 }
14784 var update_timer;
14785 function update_view() {
14786 clearTimeout(update_timer);
14787 update_timer = setTimeout(function() {
14788 if (scheduler2.$destroyed) {
14789 return true;
14790 }
14791 scheduler2.updateView();
14792 }, 1);
14793 }
14794 function _start_ext_load(cal) {
14795 cal._loading = true;
14796 cal._not_render = true;

Callers 1

mvcFunction · 0.70

Calls 1

updateViewMethod · 0.65

Tested by

no test coverage detected