Replace usage of the removed global reset() method with QUnit.reset().

This commit is contained in:
jzaefferer 2010-07-28 17:19:01 +02:00
parent c4b4df4691
commit 6f031c1015
5 changed files with 84 additions and 84 deletions

View file

@ -61,7 +61,7 @@ test("show()", function() {
test("show(Number) - other displays", function() {
expect(15);
reset();
QUnit.reset();
stop();
jQuery("#main").append('<div id="show-tests"><div><p><a href="#"></a></p><code></code><pre></pre><span></span></div><table><thead><tr><th></th></tr></thead><tbody><tr><td></td></tr></tbody></table><ul><li></li></ul></div>');