aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.tabs.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-08-10 18:16:44 -0400
committerScott González <scott.gonzalez@gmail.com>2010-08-10 18:16:44 -0400
commit04347e5a0daadf021995328616102816fb8b2d4c (patch)
tree6df8fb79f216af990dc1a2473d2ce74b5db51ac9 /ui/jquery.ui.tabs.js
parent2b9d684d1aed0fb50fba916ff8c69be5cc3fa4ae (diff)
downloadjquery-ui-04347e5a0daadf021995328616102816fb8b2d4c.tar.gz
jquery-ui-04347e5a0daadf021995328616102816fb8b2d4c.zip
Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Problem with JavaScriptPacker.
Diffstat (limited to 'ui/jquery.ui.tabs.js')
-rw-r--r--ui/jquery.ui.tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.tabs.js b/ui/jquery.ui.tabs.js
index 62cae726e..212e46533 100644
--- a/ui/jquery.ui.tabs.js
+++ b/ui/jquery.ui.tabs.js
@@ -603,7 +603,7 @@ $.widget( "ui.tabs", {
return this;
},
- load: function( index ) {
+ load: function( index ) {
index = this._getIndex( index );
var self = this,
o = this.options,