diff --git a/src/core.js b/src/core.js index 924bf965..6dd7111a 100644 --- a/src/core.js +++ b/src/core.js @@ -441,7 +441,7 @@ jQuery.fn = jQuery.prototype = { }, eq: function( i ) { - return this.slice( i, i + 1 ); + return this.slice( i, +i + 1 ); }, slice: function() {