r1583 - trunk/ui

r1583 - trunk/ui


Author: klaus.hartl
Date: Sat Jan 10 04:42:30 2009
New Revision: 1583
Modified:
trunk/ui/ui.tabs.js
Log:
UI Tabs: fixed incorrectly named argument in try/catch block
Modified: trunk/ui/ui.tabs.js
==============================================================================
--- trunk/ui/ui.tabs.js    (original)
+++ trunk/ui/ui.tabs.js    Sat Jan 10 04:42:30 2009
@@ -487,7 +487,7 @@
                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