MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / nodeName_

Function nodeName_

web/static/bower_components/angular/angular.js:792–794  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

790
791
792function nodeName_(element) {
793 return lowercase(element.nodeName || (element[0] && element[0].nodeName));
794}
795
796function includes(array, obj) {
797 return Array.prototype.indexOf.call(array, obj) != -1;

Callers 9

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

Calls 1

lowercaseFunction · 0.85

Tested by

no test coverage detected