Ticket #3487: 3487.patch
File 3487.patch, 429 bytes (added by , 16 years ago) |
---|
-
_source/core/dom/element.js
### Eclipse Workspace Patch 1.0 #P ckeditor
551 551 */ 552 552 getText : function() 553 553 { 554 return this.$.textContent || this.$.innerText ;554 return this.$.textContent || this.$.innerText || ''; 555 555 }, 556 556 557 557 /**