(token, input, config)
| 849 | } |
| 850 | |
| 851 | function addTimeToArrayFromToken(token, input, config) { |
| 852 | if (input != null && hasOwnProp(tokens, token)) { |
| 853 | tokens[token](input, config._a, config, token); |
| 854 | } |
| 855 | } |
| 856 | |
| 857 | var YEAR = 0, |
| 858 | MONTH = 1, |
no test coverage detected