collapsibleTabs: Minor code style fixes
authorMatmaRex <matma.rex@gmail.com>
Fri, 6 Sep 2013 09:28:49 +0000 (11:28 +0200)
committerMatmarex <matma.rex@gmail.com>
Fri, 6 Sep 2013 09:30:10 +0000 (09:30 +0000)
Change-Id: Ifef92ac277cce91c64dc9af637e86c9389bfd241

skins/vector/collapsibleTabs.js

index eb84325..e3c2c51 100644 (file)
@@ -27,7 +27,7 @@
                // if we haven't already bound our resize hanlder, bind it now
                if ( !$.collapsibleTabs.boundEvent ) {
                        $( window )
-                               .delayedBind( '500', 'resize', function ( ) {
+                               .delayedBind( 500, 'resize', function () {
                                        $.collapsibleTabs.handleResize();
                                } );
                }
                                        $.collapsibleTabs
                                                .moveToExpanded( data.collapsedContainer + ' ' + data.collapsible + ':first' );
                                }
-                       });
+                       } );
                },
                moveToCollapsed: function ( ele ) {
                        var data, expContainerSettings, target,