JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[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  * DOM manipulation objects and function.<br /><br />\r
13  * @see CKEDITOR.dom.element\r
14  * @see CKEDITOR.dom.node\r
15  * @namespace\r
16  * @example\r
17  */\r
18 CKEDITOR.dom =\r
19 {};\r
20 \r
21 // PACKAGER_RENAME( CKEDITOR.dom )\r