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(){