Ticket #5550: 5550.patch
File 5550.patch, 546 bytes (added by , 13 years ago) |
---|
-
_source/plugins/scayt/plugin.js
67 67 68 68 var scayt_control = new window.scayt( oParams ); 69 69 70 scayt_control.afterMarkupRemove.push(function(node){ 71 (new CKEDITOR.dom.element(node,scayt_control.document)).mergeSiblings(); 72 }); 73 70 74 // Copy config. 71 75 var lastInstance = plugin.instances[ editor.name ]; 72 76 if ( lastInstance )