JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / core / event.js
index 8990e9a..8668a3d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -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