Skip to content

Commit

Permalink
Edited lib/promise.js via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
megakorre committed Jun 21, 2011
1 parent 26baab9 commit 1887b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ extend(exports.promisePrototype, {
extend(exports.continuationPrototype, {

withCatcher: function(namespace, catcher) {
var catchers = this.catchers || {};
var catchers = this.catchers || {};
var cont = wrapFn(this);
cont.__proto__ = exports.continuationPrototype;
cont.parent = this;
Expand Down

0 comments on commit 1887b4c

Please sign in to comment.