(flags)
| 1706 | } |
| 1707 | |
| 1708 | function valid__createInvalid (flags) { |
| 1709 | var m = create_utc__createUTC(NaN); |
| 1710 | if (flags != null) { |
| 1711 | extend(getParsingFlags(m), flags); |
| 1712 | } |
| 1713 | else { |
| 1714 | getParsingFlags(m).userInvalidated = true; |
| 1715 | } |
| 1716 | |
| 1717 | return m; |
| 1718 | } |
| 1719 | |
| 1720 | var momentProperties = utils_hooks__hooks.momentProperties = []; |
| 1721 |
no test coverage detected