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