Skip to content

Commit

Permalink
refactor client side styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 17, 2012
1 parent 97f1f2e commit 9898423
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/superagent.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,10 @@
*/

Request.prototype.end = function(fn){
var self = this
, xhr = this.xhr = getXHR()
, query = this._query
, data = this._data;
var self = this;
var xhr = this.xhr = getXHR();
var query = this._query;
var data = this._data;

// store callback
this.callback = fn || noop;
Expand Down

0 comments on commit 9898423

Please sign in to comment.