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

Function update_view

codebase/sources/dhtmlxscheduler.js:14789–14797  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

mvcFunction · 0.70

Calls 1

updateViewMethod · 0.65

Tested by

no test coverage detected