Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476

This commit is contained in:
John Resig 2010-12-06 17:05:02 -05:00
commit df3441bac7
2 changed files with 6 additions and 6 deletions

View file

@ -215,7 +215,7 @@ jQuery.fn = jQuery.prototype = {
this.toArray() :
// Return just the object
( num < 0 ? this.slice(num)[ 0 ] : this[ num ] );
( num < 0 ? this[ this.length + num ] : this[ num ] );
},
// Take an array of elements and push it onto the stack