(a, b, c)
| 2265 | this.c(document); |
| 2266 | } |
| 2267 | function m(a, b, c) { |
| 2268 | var d = a ? a.length : 0, |
| 2269 | e = c ? -1 : 1; |
| 2270 | for (c = c ? d - 1 : 0; c < d && 0 <= c; c += e) b(a[c], c); |
| 2271 | } |
| 2272 | var l = 'import' in document.createElement('link'), |
| 2273 | n = null; |
| 2274 | !1 === 'currentScript' in document && |
no test coverage detected