summaryrefslogtreecommitdiff
path: root/core/dom.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/dom.js')
-rw-r--r--core/dom.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/dom.js b/core/dom.js
new file mode 100644
index 0000000..89988e1
--- /dev/null
+++ b/core/dom.js
@@ -0,0 +1,13 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.dom} object, which contains DOM
+ * manipulation objects and function.
+ */
+
+CKEDITOR.dom = {};
+
+// PACKAGER_RENAME( CKEDITOR.dom )