X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fdocumentfragment.js;h=5b033718ddb4fe68ae6c67ea0369380716572515;hp=f0755624e6842301233f37a0113ef6b0c7e9dbbb;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/core/dom/documentfragment.js b/_source/core/dom/documentfragment.js index f075562..5b03371 100644 --- a/_source/core/dom/documentfragment.js +++ b/_source/core/dom/documentfragment.js @@ -2,13 +2,13 @@ Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ + /** - * DocumentFragment is a "lightweight" or "minimal" Document object. It is + * @class DocumentFragment is a "lightweight" or "minimal" Document object. It is * commonly used to extract a portion of a document's tree or to create a new * fragment of a document. Various operations may take DocumentFragment objects * as arguments and results in all the child nodes of the DocumentFragment being * moved to the child list of this node. - * * @param {Object} ownerDocument */ CKEDITOR.dom.documentFragment = function( ownerDocument )