Skip to content

Commit 8b7daf9

Browse files
committed
Merge pull request #195 from stefanpenner/fix-194
[Fixes #194] regenerate dist
2 parents 6c73ba3 + 837f619 commit 8b7daf9

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)