(e, t, n, r, i, o)
| 1240 | } |
| 1241 | |
| 1242 | function De(e, t, n, r, i, o) { |
| 1243 | var a, s; |
| 1244 | if ("object" == typeof t) { |
| 1245 | "string" != typeof n && (r = r || n, n = void 0); |
| 1246 | for (s in t) De(e, s, n, r, t[s], o); |
| 1247 | return e |
| 1248 | } |
| 1249 | if (null == r && null == i ? (i = n, r = n = void 0) : null == i && ("string" == typeof n ? (i = r, r = void 0) : (i = r, r = n, n = void 0)), !1 === i) i = ke; else if (!i) return e; |
| 1250 | return 1 === o && (a = i, (i = function (e) { |
| 1251 | return w().off(e), a.apply(this, arguments) |
| 1252 | }).guid = a.guid || (a.guid = w.guid++)), e.each(function () { |
| 1253 | w.event.add(this, t, i, r, n) |
| 1254 | }) |
| 1255 | } |
| 1256 | |
| 1257 | w.event = { |
| 1258 | global: {}, add: function (e, t, n, r, i) { |
no test coverage detected