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

Function jq

lib/test/angular/1.8.0/angular.js:1338–1352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1336 ```
1337 */
1338var jq = function() {
1339 if (isDefined(jq.name_)) return jq.name_;
1340 var el;
1341 var i, ii = ngAttrPrefixes.length, prefix, name;
1342 for (i = 0; i < ii; ++i) {
1343 prefix = ngAttrPrefixes[i];
1344 el = window.document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]');
1345 if (el) {
1346 name = el.getAttribute(prefix + 'jq');
1347 break;
1348 }
1349 }
1350
1351 return (jq.name_ = name);
1352};
1353
1354function concat(array1, array2, index) {
1355 return array1.concat(slice.call(array2, index));

Callers 1

bindJQueryFunction · 0.70

Calls 1

isDefinedFunction · 0.70

Tested by

no test coverage detected