X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdataprocessor.js;h=6efe5a43c94442264f6e723ac21ccbe9f098a2e5;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=cb8fcba21cdf2d53bc92084fd6771261eceec102;hpb=c6e377a02b54abc07129d72b632763c727476a15;p=ckeditor.git diff --git a/_source/core/dataprocessor.js b/_source/core/dataprocessor.js index cb8fcba..6efe5a4 100644 --- a/_source/core/dataprocessor.js +++ b/_source/core/dataprocessor.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -15,18 +15,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license * Generaly it will point to an instance of {@link CKEDITOR.htmlDataProcessor}, * which handles HTML data. The editor may also handle other data formats by * using different data processors provided by specific plugins. - * @name CKEDITOR.editor.dataProcessor + * @name CKEDITOR.editor.prototype.dataProcessor * @type CKEDITOR.dataProcessor */ /** - * Represents a data processor, which is responsible to translate and transform - * the editor data on input and output. - * This class is not really part of the API. It's here for documentation - * purposes, and serves as the base ("interface") for data processors + * This class is here for documentation purposes only and is not really part of + * the API. It serves as the base ("interface") for data processors * implementation. * @name CKEDITOR.dataProcessor - * @contructor + * @class Represents a data processor, which is responsible to translate and + * transform the editor data on input and output. * @example */