X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/871bad8291b6dbc29d489d95d185458caab25158..14d450d78a2d67ec1decd64c928151851961dd36:/_source/core/dom.js diff --git a/_source/core/dom.js b/_source/core/dom.js deleted file mode 100644 index 06c5ae7..0000000 --- a/_source/core/dom.js +++ /dev/null @@ -1,20 +0,0 @@ -/* -Copyright (c) 2003-2011, 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 )