From ea98580094aa71e69c232255f0c4f8c3aba902ac Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sat, 10 Jan 2009 12:42:30 +0000 Subject: [PATCH] UI Tabs: fixed incorrectly named argument in try/catch block --- ui/ui.tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui.tabs.js b/ui/ui.tabs.js index 9d69c156c..f5bd931de 100644 --- a/ui/ui.tabs.js +++ b/ui/ui.tabs.js @@ -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