Ticket #2959: 2959.patch

File 2959.patch, 443 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/editingblock/plugin.js

     
    168168                                });
    169169                }
    170170
    171                 modeEditor.load( holderElement, data || this.getData() );
     171                modeEditor.load( holderElement, ( 'string' != typeof data ) ? this.getData() : data);
    172172        };
    173173
    174174        /**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy