Sha256: ded0918c30c7a996a26339d447c7601118adf4d083bb04c7ab09dc2dddfc357b
Contents?: true
Size: 493 Bytes
Versions: 27
Compression:
Stored size: 493 Bytes
Contents
/* Copyright (c) 2003-2010, 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. */ /** * DOM manipulation objects and function.<br /><br /> * @see CKEDITOR.dom.element * @see CKEDITOR.dom.node * @namespace * @example */ CKEDITOR.dom = {}; // PACKAGER_RENAME( CKEDITOR.dom )
Version data entries
27 entries across 27 versions & 3 rubygems