Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476
This commit is contained in:
commit
df3441bac7
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue