Followup r104671: fix regression in jquery.delayedBind() due to change in param proce...
[lhc/web/wiklou.git] / resources / jquery / jquery.collapsibleTabs.js
index df7a935..1784f86 100644 (file)
@@ -24,7 +24,7 @@
                // if we haven't already bound our resize hanlder, bind it now
                if( !$.collapsibleTabs.boundEvent ) {
                        $( window )
-                               .delayedBind( '500', 'resize', null, function( ) { $.collapsibleTabs.handleResize(); } );
+                               .delayedBind( '500', 'resize', function( ) { $.collapsibleTabs.handleResize(); } );
                }
                // call our resize handler to setup the page
                $.collapsibleTabs.handleResize();