mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
I've begun the long process of fixing the messed up tab/spaces.
This commit is contained in:
parent
193866de0a
commit
130b8a1c03
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…
Reference in New Issue
Block a user