JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / plugins / div / plugin.js
index 158070f..db410a9 100644 (file)
@@ -95,7 +95,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                {\r
                                        editor.contextMenu.addListener( function( element, selection )\r
                                                {\r
-                                                       if ( !element || element.isReadOnly())\r
+                                                       if ( !element || element.isReadOnly() )\r
                                                                return null;\r
 \r
                                                        var elementPath = new CKEDITOR.dom.elementPath( element ),\r