Changeset 8794
- Timestamp:
- 09/01/08 13:14:21 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/js/jquery/jquery.table-hotkeys.js
r8789 r8794 54 54 var get_last_row = function() { 55 55 var rows = $(opts.cycle_expr, table).filter_visible(); 56 console.log(rows[rows.length-1]);57 56 return rows.eq(rows.length-1); 58 57 };
