(nodeOrElmA, nodeOrElmB)
| 2710 | } |
| 2711 | |
| 2712 | function isMatchingElement(nodeOrElmA, nodeOrElmB) { |
| 2713 | return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB); |
| 2714 | } |
| 2715 | |
| 2716 | /** |
| 2717 | * This fn returns false if any of the following is true: |
no test coverage detected