I've begun the long process of fixing the messed up tab/spaces.

This commit is contained in:
John Resig 2006-03-23 20:55:47 +00:00
parent 193866de0a
commit 130b8a1c03

2
jquery/jquery.js vendored
View file

@ -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 ) {