JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / core / dom / window.js
index 1a4050d..01e2d58 100644 (file)
@@ -36,7 +36,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.window.prototype,
                focus : function()\r
                {\r
                        // Webkit is sometimes failed to focus iframe, blur it first(#3835).\r
-                       if( CKEDITOR.env.webkit && this.$.parent )\r
+                       if ( CKEDITOR.env.webkit && this.$.parent )\r
                                this.$.parent.focus();\r
                        this.$.focus();\r
                },\r