From 222b1b4413e8f23b11b08ce615eab50eda8279ba Mon Sep 17 00:00:00 2001 From: Ben Alman Date: Sat, 23 Jan 2010 00:51:14 +0000 Subject: [PATCH] removed unnecessary debugging code in jQuery UI Tabs example --- examples/fragment-jquery-ui-tabs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fragment-jquery-ui-tabs/index.php b/examples/fragment-jquery-ui-tabs/index.php index 45468f0..698f3f6 100644 --- a/examples/fragment-jquery-ui-tabs/index.php +++ b/examples/fragment-jquery-ui-tabs/index.php @@ -24,7 +24,7 @@ // that the tabs aren't changed on click, and any custom event name can be // specified. Note that if you define a callback for the 'select' event, it // will be executed for the selected tab whenever the hash changes. - tabs.tabs({ event: 'change', select: function(){ debug.log(this); } }); + tabs.tabs({ event: 'change' }); // Define our own click handler for the tabs, overriding the default. tabs.find( tab_a_selector ).click(function(){