JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / core / themes.js
1 /*\r
2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 /**\r
7  * @fileOverview Defines the {@link CKEDITOR.themes} object, which is used to\r
8  *              manage themes registration and loading.\r
9  */\r
10 \r
11 /**\r
12  * Manages themes registration and loading.\r
13  * @namespace\r
14  * @augments CKEDITOR.resourceManager\r
15  * @example\r
16  */\r
17 CKEDITOR.themes = new CKEDITOR.resourceManager(\r
18         '_source/'+             // @Packager.RemoveLine\r
19         'themes/', 'theme' );\r