MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / jq

Function jq

lib/test/angular/1.4.3/angular.js:1112–1125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1110 ```
1111 */
1112var jq = function() {
1113 if (isDefined(jq.name_)) return jq.name_;
1114 var el;
1115 var i, ii = ngAttrPrefixes.length, prefix, name;
1116 for (i = 0; i < ii; ++i) {
1117 prefix = ngAttrPrefixes[i];
1118 if (el = document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]')) {
1119 name = el.getAttribute(prefix + 'jq');
1120 break;
1121 }
1122 }
1123
1124 return (jq.name_ = name);
1125};
1126
1127function concat(array1, array2, index) {
1128 return array1.concat(slice.call(array2, index));

Callers 1

bindJQueryFunction · 0.70

Calls 1

isDefinedFunction · 0.70

Tested by

no test coverage detected