()
| 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; |