X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fresize%2Fplugin.js;h=f520a8e4890a02ecde429e9f81129df923747ad0;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=6f31bd3af58a07856154314070493b1c42b7e23e;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/plugins/resize/plugin.js b/_source/plugins/resize/plugin.js index 6f31bd3..f520a8e 100644 --- a/_source/plugins/resize/plugin.js +++ b/_source/plugins/resize/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -83,9 +83,9 @@ CKEDITOR.plugins.add( 'resize', if ( event.data.space == 'bottom' ) { var direction = ''; - if ( resizeHorizontal && !resizeVertical) + if ( resizeHorizontal && !resizeVertical ) direction = ' cke_resizer_horizontal'; - if ( !resizeHorizontal && resizeVertical) + if ( !resizeHorizontal && resizeVertical ) direction = ' cke_resizer_vertical'; event.data.html += '