Changeset 6877 for CKEditor/trunk
- Timestamp:
- 05/06/11 16:23:39 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/tabletools/plugin.js
r6874 r6877 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( rows[ endRowIndex + 1 ] || ( startRowIndex > 0 ? rows[ startRowIndex - 1 ] : null )|| table.$.parentNode );218 var cursorPosition = new CKEDITOR.dom.element( rows[ startRowIndex ] || rows[ startRowIndex - 1 ] || table.$.parentNode ); 219 219 220 220 for ( i = rowsToDelete.length ; i >= 0 ; i-- )
Note: See TracChangeset
for help on using the changeset viewer.
