Ticket #6655: 6655_2.patch

File 6655_2.patch, 376 bytes (added by Garry Yao, 13 years ago)
  • _source/themes/default/theme.js

     
    331331 */
    332332CKEDITOR.editor.prototype.getResizable = function()
    333333{
    334         return this.container.getChild( 1 );
     334        return this.container;
    335335};
    336336
    337337/**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy