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

Function jq

lib/test/angular/1.6.7/angular.js:1330–1344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1328 ```
1329 */
1330var jq = function() {
1331 if (isDefined(jq.name_)) return jq.name_;
1332 var el;
1333 var i, ii = ngAttrPrefixes.length, prefix, name;
1334 for (i = 0; i < ii; ++i) {
1335 prefix = ngAttrPrefixes[i];
1336 el = window.document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]');
1337 if (el) {
1338 name = el.getAttribute(prefix + 'jq');
1339 break;
1340 }
1341 }
1342
1343 return (jq.name_ = name);
1344};
1345
1346function concat(array1, array2, index) {
1347 return array1.concat(slice.call(array2, index));

Callers 1

bindJQueryFunction · 0.70

Calls 1

isDefinedFunction · 0.70

Tested by

no test coverage detected