JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / core / dom / window.js
index 1a4050d..755b658 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -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