Skip to content

Commit

Permalink
Rebuild es6 shim
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Apr 4, 2014
1 parent 2174814 commit b8ac21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es6-shim/Promise.js
Expand Up @@ -259,7 +259,7 @@ define(function() {
*/
function resolve(x) {
return x instanceof Promise ? x
: promiseFromHandler(new AsyncHandler(getHandler(x)));
: promiseFromHandler(new AsyncHandler(getHandlerUnchecked(x)));
}

/**
Expand Down

0 comments on commit b8ac21b

Please sign in to comment.