Changeset 5754
- Timestamp:
- 06/30/08 16:17:44 (6 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/core.js
r5745 r5754 442 442 443 443 eq: function( i ) { 444 return this.slice( i, i + 1 );444 return this.slice( i, +i + 1 ); 445 445 }, 446 446
