不要怂,就是干,撸起袖子干!

Commit c95477bf by Mick Hansen

fix typoe

1 parent ab44f754
Showing with 2 additions and 1 deletions
...@@ -11,7 +11,7 @@ Promise.prototype._then = function (didFulfill, didReject, didProgress, receiver ...@@ -11,7 +11,7 @@ Promise.prototype._then = function (didFulfill, didReject, didProgress, receiver
if (typeof didProgress === 'function') didProgress = ns.bind(didProgress); if (typeof didProgress === 'function') didProgress = ns.bind(didProgress);
} }
return then.call(this, didFulfill, didReject, didProgress, receiver, internalData); return _then.call(this, didFulfill, didReject, didProgress, receiver, internalData);
}; };
module.exports = Promise; module.exports = Promise;
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!