Ticket #4672: 4672.patch

File 4672.patch, 495 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/horizontalrule/plugin.js

     
    1111{
    1212        var horizontalruleCmd =
    1313        {
     14                canUndo : false,    // The undo snapshot will be handled by 'insertElement'.
    1415                exec : function( editor )
    1516                {
    1617                        editor.insertElement( editor.document.createElement( 'hr' ) );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy