X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom.js;h=54832d8fdb6d5e8fa2c8949038d2ccb3d5b50317;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=9c2ed04518eb023a1eda897fce4f8fedb1e4d9e6;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/dom.js b/_source/core/dom.js index 9c2ed04..54832d8 100644 --- a/_source/core/dom.js +++ b/_source/core/dom.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, 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 */ @@ -9,10 +9,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * DOM manipulation objects and function.

+ * @namespace DOM manipulation objects, classes and functions. * @see CKEDITOR.dom.element * @see CKEDITOR.dom.node - * @namespace * @example */ CKEDITOR.dom =