Ticket #11600: image2-plugin-js.patch
File image2-plugin-js.patch, 477 bytes (added by , 10 years ago) |
---|
-
plugin.js
old new 621 621 // Update element styles. 622 622 if ( !CKEDITOR.tools.isEmpty( styles ) ) 623 623 attrs.style = CKEDITOR.tools.writeCssText( styles ); 624 // Add class to element to indicate alignment625 el.attributes.class += ' align-' + align;626 627 624 } 628 625 629 626 return el; … … 994 991 995 992 return null; 996 993 } 997 } )(); 994 } )(); 995 No newline at end of file