tabs in 1.5.1, does it work?

tabs in 1.5.1, does it work?


Hi, I just updated to 1.5.1 and my tabs code broke. I have something
like this:
$('#nav').tabs({
'show':function(ui){
// do something involving ui
console.log(ui);
}
});
But now 'ui' is null. My actual code was way more complicated but I
dumbed it down to just this:
$('#nav').tabs();
And that doesn't even make tabbed content anymore. The sections aren't
hidden and I get an "out of memory" error when I click on the second
tab.
Anyone else played around with tabs in 1.5.1?
(i'm testing in FF3 on OSX)
Thanks,
Mike