X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fdocumentfragment.js;h=fa676baba820fc959c906572e39aaad002fc0937;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=a449441cecf13c8b3b7d065c27ceb8ff1d5f0763;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/dom/documentfragment.js b/_source/core/dom/documentfragment.js index a449441..fa676ba 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-2013, 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 )