1 /*
  2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
  3 For licensing, see LICENSE.html or http://ckeditor.com/license
  4 */
  5 
  6 /**
  7  * @fileOverview Defines the {@link CKEDITOR.dom} object, which contains DOM
  8  *		manipulation objects and function.
  9  */
 10 
 11 /**
 12  * @namespace DOM manipulation objects, classes and functions.
 13  * @see CKEDITOR.dom.element
 14  * @see CKEDITOR.dom.node
 15  * @example
 16  */
 17 CKEDITOR.dom =
 18 {};
 19 
 20 // PACKAGER_RENAME( CKEDITOR.dom )
 21