From: jeresig Date: Mon, 17 Jan 2011 23:07:52 +0000 (-0500) Subject: Opera was falling back to undefined, which it didn't appreciate. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=3ab7b72919c8bd697e0cefab3b658bee0f51aef8 Opera was falling back to undefined, which it didn't appreciate. --- diff --git a/test/unit/selector.js b/test/unit/selector.js index f716cf4..27ad6e5 100644 --- a/test/unit/selector.js +++ b/test/unit/selector.js @@ -1,4 +1,4 @@ -module("selector", { teardown: moduleTeardown }); +module("selector"); test("element", function() { expect(21);