Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dstarke committed Jun 3, 2011
1 parent 79ec46e commit 30bd5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/promise.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function Deferred(canceller){
if(previousContext && previousContext.resume){ if(previousContext && previousContext.resume){
previousContext.resume(); previousContext.resume();
} }
exports.currentContext = previousContext; exports.currentContext = previousContext;
} }
} }
} }
Expand Down

0 comments on commit 30bd5a2

Please sign in to comment.