MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / isMatchingElement

Function isMatchingElement

lib/test/angular/1.4.3/angular-animate.js:2360–2362  ·  view source on GitHub ↗
(nodeOrElmA, nodeOrElmB)

Source from the content-addressed store, hash-verified

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

Callers 1

areAnimationsAllowedFunction · 0.70

Calls 1

getDomNodeFunction · 0.70

Tested by

no test coverage detected