()
| 18397 | } |
| 18398 | |
| 18399 | function getWeeksInYear () { |
| 18400 | var weekInfo = this.localeData()._week; |
| 18401 | return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy); |
| 18402 | } |
| 18403 | |
| 18404 | function getSetWeekYearHelper(input, week, weekday, dow, doy) { |
| 18405 | var weeksTarget; |
nothing calls this directly
no test coverage detected