diff options
author | Trey Hunner <treyhunner@gmail.com> | 2012-02-27 08:48:17 -0800 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-27 12:04:30 -0500 |
commit | 9d6e94faf4030fd287120098d7395463d8acb698 (patch) | |
tree | 8c9614dccc8853778f6083f2cca517c1fc63b200 /ui/jquery.ui.tabs.js | |
parent | 1d2fcaddadbb1ad313e3d7c5018f2fd9f31ce1e0 (diff) | |
download | jquery-ui-9d6e94faf4030fd287120098d7395463d8acb698.tar.gz jquery-ui-9d6e94faf4030fd287120098d7395463d8acb698.zip |
Use hard tabs for indentation consistently
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rw-r--r-- | ui/jquery.ui.tabs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js index 6e5cde07e..90f021a69 100644 --- a/ui/jquery.ui.tabs.js +++ b/ui/jquery.ui.tabs.js @@ -430,7 +430,7 @@ $.widget( "ui.tabs", { typeof selector === "string" ? this.anchors.filter( "[href$='" + selector + "']" ) : $(); }, - _getIndex: function( index ) { + _getIndex: function( index ) { // meta-function to give users option to provide a href string instead of a numerical index. // also sanitizes numerical indexes to valid values. if ( typeof index == "string" ) { |