UI Tabs: fixed incorrectly named argument in try/catch block

This commit is contained in:
Klaus Hartl 2009-01-10 12:42:30 +00:00
parent db738053ca
commit ea98580094

View File

@ -487,7 +487,7 @@ $.widget("ui.tabs", {
try {
o.ajaxOptions.success(r, s);
}
catch (event) {}
catch (er) {}
// This callback is required because the switch has to take
// place after loading has completed. Call last in order to