(element, animation)
| 2311 | var applyAnimationClasses = applyAnimationClassesFactory($$jqLite); |
| 2312 | |
| 2313 | function normalizeAnimationDetails(element, animation) { |
| 2314 | return mergeAnimationDetails(element, animation, {}); |
| 2315 | } |
| 2316 | |
| 2317 | // IE9-11 has no method "contains" in SVG element and in Node.prototype. Bug #10259. |
| 2318 | var contains = Node.prototype.contains || function(arg) { |
no test coverage detected