Ticket #4731: 4731.patch
File 4731.patch, 917 bytes (added by , 15 years ago) |
---|
-
_source/plugins/clipboard/plugin.js
241 241 // Register the plugin. 242 242 CKEDITOR.plugins.add( 'clipboard', 243 243 { 244 requires : [ ' htmldataprocessor' ],244 requires : [ 'dialog', 'htmldataprocessor' ], 245 245 init : function( editor ) 246 246 { 247 247 // Inserts processed data into the editor at the end of the -
CHANGES.html
44 44 <p> 45 45 Fixed issues:</p> 46 46 <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> 48 48 </ul> 49 49 <h3> 50 50 CKEditor 3.1</h3>