X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fevent.js;h=8668a3da4672ca1049d058045fe534ffa495b1d2;hp=306e8fc2e95b26cb2d948e199389b5f86a227891;hb=c6e377a02b54abc07129d72b632763c727476a15;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6 diff --git a/_source/core/event.js b/_source/core/event.js index 306e8fc..8668a3d 100644 --- a/_source/core/event.js +++ b/_source/core/event.js @@ -77,7 +77,8 @@ if ( !CKEDITOR.event ) * Registers a listener to a specific event in the current object. * @param {String} eventName The event name to which listen. * @param {Function} listenerFunction The function listening to the - * event. + * event. A single {@link CKEDITOR.eventInfo} object instanced + * is passed to this function containing all the event data. * @param {Object} [scopeObj] The object used to scope the listener * call (the this object. If omitted, the current object is used. * @param {Object} [listenerData] Data to be sent as the