]> source.dussan.org Git - jquery-ui.git/commitdiff
UI Tabs: fixed incorrectly named argument in try/catch block
authorKlaus Hartl <klaus.hartl@googlemail.com>
Sat, 10 Jan 2009 12:42:30 +0000 (12:42 +0000)
committerKlaus Hartl <klaus.hartl@googlemail.com>
Sat, 10 Jan 2009 12:42:30 +0000 (12:42 +0000)
ui/ui.tabs.js

index 9d69c156cce1c47f20a5992b48317d98da9135fb..f5bd931de9aafb36edac09416bdb5c28b953c3b7 100644 (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