(calendar)
| 26 | var YFIRST = new Date().getFullYear() - 70; |
| 27 | |
| 28 | function isWorldCalendar(calendar) { |
| 29 | return ( |
| 30 | calendar && |
| 31 | Registry.componentsRegistry.calendars && |
| 32 | typeof calendar === 'string' && calendar !== 'gregorian' |
| 33 | ); |
| 34 | } |
| 35 | |
| 36 | /* |
| 37 | * dateTick0: get the canonical tick for this calendar |
no outgoing calls
no test coverage detected
searching dependent graphs…