Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed May 20, 2015
1 parent 45e1b16 commit 93fbef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ function mock(superagent) {
// Patch Request.end()
var oldEnd = superagent.Request.prototype.end;
superagent.Request.prototype.end = function(cb) {
var self = this;
var current = state.current;
setTimeout(function() {
current
Expand Down

0 comments on commit 93fbef8

Please sign in to comment.