(value)
| 132 | return typeof value === "number"; |
| 133 | }, |
| 134 | _isObject = function _isObject(value) { |
| 135 | return typeof value === "object"; |
| 136 | }, |
| 137 | _endAnimation = function _endAnimation(animation, reversed, pause) { |
| 138 | return animation && animation.progress(reversed ? 0 : 1) && pause && animation.pause(); |
| 139 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…