Skip to content

Commit

Permalink
Fixed promise doc coments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny committed Mar 3, 2014
1 parent e5abc17 commit aeb4656
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 @@ -48,7 +48,7 @@ Promise.SUCCESS = 'success';
Promise.FAILURE = 'error';

/**
* Inherits from EventEmitter.
* Inherits from MPromise.
*/

Promise.prototype.__proto__ = MPromise.prototype;
Expand Down

0 comments on commit aeb4656

Please sign in to comment.