()
| 3753 | } |
| 3754 | |
| 3755 | function clone() { |
| 3756 | return new Moment(this); |
| 3757 | } |
| 3758 | |
| 3759 | function isAfter(input, units) { |
| 3760 | var localInput = isMoment(input) ? input : createLocal(input); |
nothing calls this directly
no outgoing calls
no test coverage detected