Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jammus committed Aug 14, 2011
1 parent 959a8cc commit 9e98b24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/lastfm/lastfm-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ var LastFmUpdate = function(lastfm, method, session, options) {
if (shouldBeRetried(error)) {
var delay = delayFor(retryCount++)
, retry = {
error: error.error,
message: error.message,
delay: delay
};
error: error.error,
message: error.message,
delay: delay
};
that.emit("retrying", retry);
that.scheduleCallback(makeRequest, delay);
return;
Expand Down

0 comments on commit 9e98b24

Please sign in to comment.