Sha256: 48075d7cefbe83761803253caec93ad21ed259a1167b573feaa21e9891220f5f
Contents?: true
Size: 493 Bytes
Versions: 22
Compression:
Stored size: 493 Bytes
Contents
/* Copyright (c) 2003-2009, 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
22 entries across 22 versions & 6 rubygems