Sha256: c1878352e27a9a3260a166cc08bc6a323da77d0a1b04934f3fa51f9bb3f8ca7f

Contents?: true

Size: 511 Bytes

Versions: 7

Compression:

Stored size: 511 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.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

7 entries across 7 versions & 1 rubygems

Version Path
esp-ckeditor-0.1.7 vendor/assets/javascripts/_source/core/themes.js
esp-ckeditor-0.1.6 vendor/assets/javascripts/esp-ckeditor/_source/core/themes.js
esp-ckeditor-0.1.4 vendor/assets/javascripts/esp-ckeditor/_source/core/themes.js
esp-ckeditor-0.1.3 app/assets/javascripts/esp-ckeditor/_source/core/themes.js
esp-ckeditor-0.1.2 app/assets/javascripts/esp-ckeditor/_source/core/themes.js
esp-ckeditor-0.1.1 app/assets/javascripts/esp-ckeditor/_source/core/themes.js
esp-ckeditor-0.1.0 app/assets/javascripts/esp-ckeditor/_source/core/themes.js