Skip to content

Commit

Permalink
Fix failing tests in IE6 and IE7.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Mar 10, 2010
1 parent aec17d2 commit 420489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/public/javascripts/ajax_spy.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ var AjaxSpy = {
this.clear();
jQuery.ajax = this.oldAjax;
this.oldAjax = null;
},
}
};

0 comments on commit 420489a

Please sign in to comment.