X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fautogrow%2Fplugin.js;h=bc23b31892f1e2eeeedbc5a82c6b3984fb231a18;hp=f31e9c692be9b64a3d2b15497be3f51ba306cd37;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_source/plugins/autogrow/plugin.js b/_source/plugins/autogrow/plugin.js index f31e9c6..bc23b31 100644 --- a/_source/plugins/autogrow/plugin.js +++ b/_source/plugins/autogrow/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 */ @@ -78,7 +78,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license /** * Fired when the AutoGrow plugin is about to change the size of the editor. - * @name CKEDITOR#autogrow + * @name CKEDITOR.editor#autogrow * @event * @param {Number} data.currentHeight The current height of the editor (before the resizing). * @param {Number} data.newHeight The new height of the editor (after the resizing). It can be changed