aboutsummaryrefslogtreecommitdiff
path: root/sources/core/dom.js
blob: a806a7466f215b949617f3d7cf97622341cc2232 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * @license Copyright (c) 2003-2016, 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 )