| Index: trunk/phase3/resources/jquery/jquery.collapsibleTabs.js |
| — | — | @@ -24,7 +24,7 @@ |
| 25 | 25 | // if we haven't already bound our resize hanlder, bind it now |
| 26 | 26 | if( !$.collapsibleTabs.boundEvent ) { |
| 27 | 27 | $( window ) |
| 28 | | - .delayedBind( '500', 'resize', function( ) { $.collapsibleTabs.handleResize(); } ); |
| | 28 | + .delayedBind( '500', 'resize', null, function( ) { $.collapsibleTabs.handleResize(); } ); |
| 29 | 29 | } |
| 30 | 30 | // call our resize handler to setup the page |
| 31 | 31 | $.collapsibleTabs.handleResize(); |