Changeset 3854
- Timestamp:
- 07/09/09 18:04:48 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/domiterator/plugin.js
r3850 r3854 63 63 this._.lastNode = lastNode.getNextSourceNode( true ); 64 64 65 if ( this._.lastNode.type == CKEDITOR.NODE_TEXT && !CKEDITOR.tool.trim( this._.lastNode.getText( ) ) ) 65 if ( this._.lastNode && 66 this._.lastNode.type == CKEDITOR.NODE_TEXT && 67 !CKEDITOR.tool.trim( this._.lastNode.getText( ) ) ) 66 68 { 67 69 // Special case for #3887:
Note: See TracChangeset
for help on using the changeset viewer.
