X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fthemes.js;fp=_source%2Fcore%2Fthemes.js;h=f345206803b346acf69c86bfa5e6ae7ad81a7d22;hb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;hp=0000000000000000000000000000000000000000;hpb=b93873b6532ee7515fb0d6f8b73176c44fad28f7;p=ckeditor.git diff --git a/_source/core/themes.js b/_source/core/themes.js new file mode 100644 index 0000000..f345206 --- /dev/null +++ b/_source/core/themes.js @@ -0,0 +1,18 @@ +/* +Copyright (c) 2003-2009, 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( + 'themes/', 'theme' );