dom.js 344 B

12345678910111213
  1. /**
  2. * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. /**
  6. * @fileOverview Defines the {@link CKEDITOR.dom} object, which contains DOM
  7. * manipulation objects and function.
  8. */
  9. CKEDITOR.dom = {};
  10. // PACKAGER_RENAME( CKEDITOR.dom )