X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2FeventInfo.js;h=0f313e86ec50d92fa3b4a433b3ef8a2f3c0607d2;hb=refs%2Ftags%2Fv3.5.2;hp=dbeca5ca9d4943d7b03b41e52c8d3805630409ac;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/core/eventInfo.js b/_source/core/eventInfo.js index dbeca5c..0f313e8 100644 --- a/_source/core/eventInfo.js +++ b/_source/core/eventInfo.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 */ @@ -10,11 +10,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * This class is not really part of the API. It just illustrates the features - * of the event object passed to event listeners by a {@link CKEDITOR.event} - * based object. + * (Virtual Class) Do not call this constructor. This class is not really part + * of the API. + * @class Virtual class that illustrates the features of the event object to be + * passed to event listeners by a {@link CKEDITOR.event} based object. * @name CKEDITOR.eventInfo - * @constructor * @example * // Do not do this. * var myEvent = new CKEDITOR.eventInfo(); // Error: CKEDITOR.eventInfo is undefined