Ticket #3919: 3919_2.patch
File 3919_2.patch, 590 bytes (added by , 14 years ago) |
---|
-
_source/plugins/domiterator/plugin.js
64 64 65 65 if ( this._.lastNode && 66 66 this._.lastNode.type == CKEDITOR.NODE_TEXT && 67 !CKEDITOR.tool .trim( this._.lastNode.getText( ) ) )67 !CKEDITOR.tools.trim( this._.lastNode.getText( ) ) ) 68 68 { 69 69 // Special case for #3887: 70 70 // We may have an empty text node at the end of block due to [3770].