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

Function jq

OpenReservation/wwwroot/Scripts/angular.js:1144–1157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1142 ```
1143 */
1144 var jq = function () {
1145 if (isDefined(jq.name_)) return jq.name_;
1146 var el;
1147 var i, ii = ngAttrPrefixes.length, prefix, name;
1148 for (i = 0; i < ii; ++i) {
1149 prefix = ngAttrPrefixes[i];
1150 if (el = document.querySelector('[' + prefix.replace(':', '\\:') + 'jq]')) {
1151 name = el.getAttribute(prefix + 'jq');
1152 break;
1153 }
1154 }
1155
1156 return (jq.name_ = name);
1157 };
1158
1159 function concat(array1, array2, index) {
1160 return array1.concat(slice.call(array2, index));

Callers 1

bindJQueryFunction · 0.85

Calls 1

isDefinedFunction · 0.85

Tested by

no test coverage detected