Sha256: 627ef6b3e9828923dcddc9665a7c0b1225d860d5f8f20c5b75dd3330d3efb35d
Contents?: true
Size: 524 Bytes
Versions: 93
Compression:
Stored size: 524 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.themes} object, which is used to * manage themes registration and loading. */ /** * Manages themes registration and loading. * @namespace * @augments CKEDITOR.resourceManager * @example */ CKEDITOR.themes = new CKEDITOR.resourceManager( '_source/'+ // @Packager.RemoveLine 'themes/', 'theme' );
Version data entries
93 entries across 93 versions & 11 rubygems