aboutsummaryrefslogtreecommitdiff
path: root/sources/core/dom.js
blob: 84aa21d1fe9171d039fd3a05e1b77d32bf4d0a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md 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 )