aboutsummaryrefslogtreecommitdiff
path: root/sources/core/dom.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/dom.js')
-rw-r--r--sources/core/dom.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/sources/core/dom.js b/sources/core/dom.js
new file mode 100644
index 0000000..84aa21d
--- /dev/null
+++ b/sources/core/dom.js
@@ -0,0 +1,13 @@
1/**
2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md 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
11CKEDITOR.dom = {};
12
13// PACKAGER_RENAME( CKEDITOR.dom )