X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fpastetext%2Fplugin.js;h=0d9cd9d92e7f02134851d9f1d7ff8ba570a023a0;hp=d391fd6691714be01f4b47c64a6cf2c47636cfa3;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/plugins/pastetext/plugin.js b/_source/plugins/pastetext/plugin.js index d391fd6..0d9cd9d 100644 --- a/_source/plugins/pastetext/plugin.js +++ b/_source/plugins/pastetext/plugin.js @@ -57,7 +57,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license function doInsertText( doc, text ) { // Native text insertion. - if( CKEDITOR.env.ie ) + if ( CKEDITOR.env.ie ) { var selection = doc.selection; if ( selection.type == 'Control' )