Sha256: 07eb39f64bce96f0410cc969706bb3eeaef440abb038bf0685923e49476c19ad
Contents?: true
Size: 469 Bytes
Versions: 7
Compression:
Stored size: 469 Bytes
Contents
/* 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 )
Version data entries
7 entries across 7 versions & 1 rubygems