(nodeOrElmA, nodeOrElmB)
| 2358 | } |
| 2359 | |
| 2360 | function isMatchingElement(nodeOrElmA, nodeOrElmB) { |
| 2361 | return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB); |
| 2362 | } |
| 2363 | |
| 2364 | function closeParentClassBasedAnimations(startingElement) { |
| 2365 | var parentNode = getDomNode(startingElement); |
no test coverage detected