()
| 4636 | } |
| 4637 | |
| 4638 | function getWeeksInYear() { |
| 4639 | var weekInfo = this.localeData()._week; |
| 4640 | return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy); |
| 4641 | } |
| 4642 | |
| 4643 | function getWeeksInWeekYear() { |
| 4644 | var weekInfo = this.localeData()._week; |
nothing calls this directly
no test coverage detected