X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom.js;h=06c5ae7f24be9bb3a35488874eb218d94861bbf9;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=e56f71f1f715e999cacbc1052abc53dcdecf39b5;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/core/dom.js b/_source/core/dom.js index e56f71f..06c5ae7 100644 --- a/_source/core/dom.js +++ b/_source/core/dom.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, 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 */ @@ -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 =