Skip to content

Commit 837f619

Browse files
committed
[Fixes #194] regenerate dist
1 parent 5df472e commit 837f619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/es6-promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@
829829
lib$es6$promise$$internal$$makePromise(this.promise);
830830
}
831831

832-
if (Array.isArray(input)) {
832+
if (lib$es6$promise$utils$$isArray(input)) {
833833
this._input = input;
834834
this.length = input.length;
835835
this._remaining = input.length;

dist/es6-promise.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)