()
| 2295 | } |
| 2296 | |
| 2297 | function redraw() { |
| 2298 | if (self.config.noCalendar || self.isMobile) return; |
| 2299 | |
| 2300 | buildMonthSwitch(); |
| 2301 | updateNavigationCurrentMonth(); |
| 2302 | buildDays(); |
| 2303 | } |
| 2304 | |
| 2305 | function focusAndClose() { |
| 2306 | self._input.focus(); |
no test coverage detected
searching dependent graphs…