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