Skip to content

Commit beb3aaf

Browse files
committed
Tabs: Style fixes for jscs
1 parent 297c8f0 commit beb3aaf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

js/widgets/tabs.ajax.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ $.widget( "ui.tabs", $.ui.tabs, {
3030

3131
return this._superApply( arguments );
3232
}
33-
});
33+
} );
3434

35-
})( jQuery );
35+
} )( jQuery );
3636

3737
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
38-
});
38+
} );
39+
3940
//>>excludeEnd("jqmBuildExclude");

0 commit comments

Comments
 (0)