@opensystemslab/map 0.8.1 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -68,7 +68,7 @@ function P(e, A, t, r) {
68
68
  function o(Q) {
69
69
  Q.done ? n(Q.value) : B(Q.value).then(i, a);
70
70
  }
71
- o((r = r.apply(e, A || [])).next());
71
+ o((r = r.apply(e, [])).next());
72
72
  });
73
73
  }
74
74
  function _(e, A) {
@@ -137,7 +137,7 @@ function _(e, A) {
137
137
  }
138
138
  }
139
139
  function ue(e, A, t) {
140
- if (t || arguments.length === 2)
140
+ if (arguments.length === 2)
141
141
  for (var r = 0, B = A.length, n; r < B; r++)
142
142
  (n || !(r in A)) && (n || (n = Array.prototype.slice.call(A, 0, r)), n[r] = A[r]);
143
143
  return e.concat(n || A);