Changeset 6938
- Timestamp:
- 05/19/11 08:45:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/tabletools/plugin.js
r6918 r6938 216 216 // 2. Into previous sibling row if any; 217 217 // 3. Into table's parent element if it's the very last row. 218 var cursorPosition = new CKEDITOR.dom.element( ( startRowIndex > 0 ? rows[ startRowIndex - 1 ] : null ) || rows[ startRowIndex + 1 ]|| table.$.parentNode );218 var cursorPosition = new CKEDITOR.dom.element( rows[ endRowIndex + 1 ] || ( startRowIndex > 0 ? rows[ startRowIndex - 1 ] : null ) || table.$.parentNode ); 219 219 220 220 for ( i = rowsToDelete.length ; i >= 0 ; i-- )
Note: See TracChangeset
for help on using the changeset viewer.
