I've begun the long process of fixing the messed up tab/spaces.
This commit is contained in:
parent
193866de0a
commit
130b8a1c03
1 changed files with 117 additions and 117 deletions
2
jquery/jquery.js
vendored
2
jquery/jquery.js
vendored
|
@ -453,7 +453,7 @@ $.Select = function( t, context ) {
|
|||
for ( var i = s.n; i < s.length; i++ )
|
||||
r[r.length] = s[i];
|
||||
return r;
|
||||
} );
|
||||
});
|
||||
t = t.substr(1,t.length);
|
||||
t = $.cleanSpaces(t);
|
||||
} else if ( t.indexOf(',') == 0 || t.indexOf('|') == 0 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue