1.2 broke tabs, breaks wiki

1.2 broke tabs, breaks wiki


Looks like tabs depends on .eq(), which got removed in 1.2. This breaks
all the new wiki API pages, eg.
http://docs.jquery.com/Release:jQuery_1.2/Ajax
<chrome://firebug/content/panel.html#>
<chrome://firebug/content/panel.html#>
$("li", nav).removeClass(settings.selectedClass).eq is not a function
jquery.tabs.js (line 295)
-- Jörn