X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fdocumentfragment.js;h=6152031099b97a5065db9f826db24a6c4ebc8563;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=a449441cecf13c8b3b7d065c27ceb8ff1d5f0763;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/dom/documentfragment.js b/_source/core/dom/documentfragment.js index a449441..6152031 100644 --- a/_source/core/dom/documentfragment.js +++ b/_source/core/dom/documentfragment.js @@ -1,14 +1,14 @@ /* -Copyright (c) 2003-2009, 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 */ + /** - * 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 )