Skip to content

Commit

Permalink
Merge pull request caolan#126 from pgherveou/patch-1
Browse files Browse the repository at this point in the history
missing ;
  • Loading branch information
Caolan McMahon committed May 24, 2012
2 parents 035c5c8 + 16de51a commit d265a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async.js
Expand Up @@ -686,7 +686,7 @@
async.unmemoize = function (fn) {
return function () {
return (fn.unmemoized || fn).apply(null, arguments);
}
};
};

}());

0 comments on commit d265a7b

Please sign in to comment.