X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fshowborders%2Fplugin.js;h=4fc46b6b7f3f51fd55ed8c2a9bfc9a63a395a70b;hp=0889c2d90911c90d7f4103622e5e909f2f809eea;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/plugins/showborders/plugin.js b/_source/plugins/showborders/plugin.js index 0889c2d..4fc46b6 100644 --- a/_source/plugins/showborders/plugin.js +++ b/_source/plugins/showborders/plugin.js @@ -110,7 +110,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license } ); } - if( htmlFilter ) + if ( htmlFilter ) { htmlFilter.addRules( { @@ -133,7 +133,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license // Table dialog must be aware of it. CKEDITOR.on( 'dialogDefinition', function( ev ) { - if( ev.editor != editor ) + if ( ev.editor != editor ) return; var dialogName = ev.data.name;