JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / core / dom.js
1 /*\r
2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 /**\r
7  * @fileOverview Defines the {@link CKEDITOR.dom} object, which contains DOM\r
8  *              manipulation objects and function.\r
9  */\r
10 \r
11 /**\r
12  * @namespace DOM manipulation objects, classes and functions.\r
13  * @see CKEDITOR.dom.element\r
14  * @see CKEDITOR.dom.node\r
15  * @example\r
16  */\r
17 CKEDITOR.dom =\r
18 {};\r
19 \r
20 // PACKAGER_RENAME( CKEDITOR.dom )\r