Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed Feb 1, 2012
1 parent 15fde5f commit 8a1eedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/juggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
};

Juggle.prototype.success = function (callback) {
this.complete(function (success, response) {
this.complete(function (err, response) {
if (err == null) {
callback.call(this, response);
}
Expand Down

0 comments on commit 8a1eedb

Please sign in to comment.