Ticket #3487: 3487.patch

File 3487.patch, 429 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/core/dom/element.js

    ### Eclipse Workspace Patch 1.0
    #P ckeditor
     
    551551                 */
    552552                getText : function()
    553553                {
    554                         return this.$.textContent || this.$.innerText;
     554                        return this.$.textContent || this.$.innerText || '';
    555555                },
    556556
    557557                /**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy