Skip to content

Commit

Permalink
removed unnecessary debugging code in jQuery UI Tabs example
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jan 23, 2010
1 parent ffc32cc commit 222b1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fragment-jquery-ui-tabs/index.php
Expand Up @@ -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(){
Expand Down

0 comments on commit 222b1b4

Please sign in to comment.