X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fdocumentfragment.js;h=c08c640efbe754602c4d5433da643906322a3ae1;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=f0755624e6842301233f37a0113ef6b0c7e9dbbb;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/core/dom/documentfragment.js b/_source/core/dom/documentfragment.js index f075562..c08c640 100644 --- a/_source/core/dom/documentfragment.js +++ b/_source/core/dom/documentfragment.js @@ -1,14 +1,14 @@ /* -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 */ + /** - * 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 )