Skip to content

Commit

Permalink
Removed the #main reset for non-jQuery code (QUnit.reset can be overw…
Browse files Browse the repository at this point in the history
…ritten with your own reset code).
  • Loading branch information
jeresig committed Sep 29, 2009
1 parent bed41c7 commit 5902d16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testrunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,6 @@ var QUnit = {
jQuery("#main").html( config.fixture );
jQuery.event.global = {};
jQuery.ajaxSettings = extend({}, config.ajaxSettings);
} else {
var main = id("main");
if ( main ) {
main.innerHTML = config.fixture;
}
}
},

Expand Down

0 comments on commit 5902d16

Please sign in to comment.