Sha256: 215e3b20e46f44cdf808bb3eef3c8bd22d6df26ef1790fd9558bf9cb9bc300e5
Contents?: true
Size: 524 Bytes
Versions: 88
Compression:
Stored size: 524 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
88 entries across 85 versions & 9 rubygems