mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
UI Tabs: fixed incorrectly named argument in try/catch block
This commit is contained in:
parent
db738053ca
commit
ea98580094
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user