X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fresize%2Fplugin.js;h=571ac530e5f9ed9f27b85537a41804f1d979a971;hp=6f31bd3af58a07856154314070493b1c42b7e23e;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/plugins/resize/plugin.js b/_source/plugins/resize/plugin.js index 6f31bd3..571ac53 100644 --- a/_source/plugins/resize/plugin.js +++ b/_source/plugins/resize/plugin.js @@ -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 += '