JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / plugins / pastetext / plugin.js
index d391fd6..0d9cd9d 100644 (file)
@@ -57,7 +57,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        function doInsertText( doc, text )\r
        {\r
                // Native text insertion.\r
-               if( CKEDITOR.env.ie )\r
+               if ( CKEDITOR.env.ie )\r
                {\r
                        var selection = doc.selection;\r
                        if ( selection.type == 'Control' )\r