JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _source / plugins / resize / plugin.js
index 6f31bd3..f520a8e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -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