File: dom.js

package info (click to toggle)
ckeditor3 3.6.6.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,316 kB
  • sloc: php: 641; xml: 28; makefile: 8; sh: 1
file content (20 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
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.
 */

/**
 * @namespace DOM manipulation objects, classes and functions.
 * @see CKEDITOR.dom.element
 * @see CKEDITOR.dom.node
 * @example
 */
CKEDITOR.dom =
{};

// PACKAGER_RENAME( CKEDITOR.dom )