X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2FeventInfo.js;h=eee97f2fb0b58af153375e6b0138284586fa4e2d;hp=dbeca5ca9d4943d7b03b41e52c8d3805630409ac;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/core/eventInfo.js b/_source/core/eventInfo.js index dbeca5c..eee97f2 100644 --- a/_source/core/eventInfo.js +++ b/_source/core/eventInfo.js @@ -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