Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Remove erroneous variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
garlicnation committed Nov 5, 2014
1 parent 98a6586 commit 6a45f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core-ajax-race.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
var body = function(url) {
return '{"url": "' + url + '"}';
};
var requests = this.requests = [];
var requests = [];
xhr.onCreate = function (xhr) {
requests.push(xhr);
};
Expand Down

0 comments on commit 6a45f8b

Please sign in to comment.