MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / nodeName_

Function nodeName_

OpenReservation/wwwroot/Scripts/angular.js:763–765  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

761 }
762
763 function nodeName_(element) {
764 return lowercase(element.nodeName || (element[0] && element[0].nodeName));
765 }
766
767 function includes(array, obj) {
768 return Array.prototype.indexOf.call(array, obj) != -1;

Callers 11

getBooleanAttrNameFunction · 0.85
angular.jsFile · 0.85
getFirstAnchorFunction · 0.85
$CompileProviderFunction · 0.85
collectDirectivesFunction · 0.85
applyDirectivesToNodeFunction · 0.85
getTrustedContextFunction · 0.85
$LocationProviderFunction · 0.85

Calls 1

lowercaseFunction · 0.85

Tested by

no test coverage detected