This commit is contained in:
parent
18d3e75945
commit
96e4006b74
|
@ -441,7 +441,7 @@ jQuery.fn = jQuery.prototype = {
|
||||||
},
|
},
|
||||||
|
|
||||||
eq: function( i ) {
|
eq: function( i ) {
|
||||||
return this.slice( i, i + 1 );
|
return this.slice( i, +i + 1 );
|
||||||
},
|
},
|
||||||
|
|
||||||
slice: function() {
|
slice: function() {
|
||||||
|
|
Loading…
Reference in a new issue