JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / core / event.js
index 306e8fc..8668a3d 100644 (file)
@@ -77,7 +77,8 @@ if ( !CKEDITOR.event )
                         * Registers a listener to a specific event in the current object.\r
                         * @param {String} eventName The event name to which listen.\r
                         * @param {Function} listenerFunction The function listening to the\r
-                        *              event.\r
+                        *              event. A single {@link CKEDITOR.eventInfo} object instanced\r
+                        *              is passed to this function containing all the event data.\r
                         * @param {Object} [scopeObj] The object used to scope the listener\r
                         *              call (the this object. If omitted, the current object is used.\r
                         * @param {Object} [listenerData] Data to be sent as the\r