Skip to content

Commit

Permalink
FIXED: jsdoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
warpdesign committed Dec 22, 2017
1 parent 78215d4 commit 9238653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Util/Deferred.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Promise from 'es6-promise';
* def.resolve('done');
* }, 5000);
*
* def.then((res) => {
* promise.then((res) => {
* console.log('message recived', res);
* });
*
Expand Down

0 comments on commit 9238653

Please sign in to comment.