(s)
| 7818 | return L.Date.now() |
| 7819 | } |
| 7820 | function isObject(s) { |
| 7821 | var o = typeof s |
| 7822 | return !!s && ('object' == o || 'function' == o) |
| 7823 | } |
| 7824 | function toNumber(s) { |
| 7825 | if ('number' == typeof s) return s |
| 7826 | if ( |
no outgoing calls
no test coverage detected