(units)
| 5358 | } |
| 5359 | |
| 5360 | function get$2(units) { |
| 5361 | units = normalizeUnits(units); |
| 5362 | return this.isValid() ? this[units + 's']() : NaN; |
| 5363 | } |
| 5364 | |
| 5365 | function makeGetter(name) { |
| 5366 | return function () { |
nothing calls this directly
no test coverage detected