Ticket #4731: 4731.patch

File 4731.patch, 917 bytes (added by Alfonso Martínez de Lizarrondo, 14 years ago)

Proposed patch

  • _source/plugins/clipboard/plugin.js

     
    241241        // Register the plugin.
    242242        CKEDITOR.plugins.add( 'clipboard',
    243243                {
    244                         requires : [ 'htmldataprocessor' ],
     244                        requires : [ 'dialog', 'htmldataprocessor' ],
    245245                        init : function( editor )
    246246                        {
    247247                                // Inserts processed data into the editor at the end of the
  • CHANGES.html

     
    4444        <p>
    4545                Fixed issues:</p>
    4646        <ul>
    47                 <li></li>
     47                <li><a href="http://dev.fckeditor.net/ticket/4731">#4731</a> : Add missing dependency of dialog plugin in the clipboard plugin.</li>
    4848        </ul>
    4949        <h3>
    5050                CKEditor 3.1</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy