JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / plugins / resize / plugin.js
index 6f31bd3..571ac53 100644 (file)
@@ -83,9 +83,9 @@ CKEDITOR.plugins.add( 'resize',
                                        if ( event.data.space == 'bottom' )\r
                                        {\r
                                                var direction = '';\r
-                                               if ( resizeHorizontal && !resizeVertical)\r
+                                               if ( resizeHorizontal && !resizeVertical )\r
                                                        direction = ' cke_resizer_horizontal';\r
-                                               if ( !resizeHorizontal && resizeVertical)\r
+                                               if ( !resizeHorizontal && resizeVertical )\r
                                                        direction = ' cke_resizer_vertical';\r
 \r
                                                event.data.html += '<div class="cke_resizer' + direction + '"' +\r