JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / core / command.js
index bf5341c..0a8d098 100644 (file)
@@ -12,7 +12,7 @@ CKEDITOR.command = function( editor, commandDefinition )
                if ( this.state == CKEDITOR.TRISTATE_DISABLED )\r
                        return false;\r
 \r
-               if( this.editorFocus )     // Give editor focus if necessary (#4355).\r
+               if ( this.editorFocus )     // Give editor focus if necessary (#4355).\r
                        editor.focus();\r
 \r
                return ( commandDefinition.exec.call( this, editor, data ) !== false );\r