JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0
[ckeditor.git] / _source / core / themes.js
diff --git a/_source/core/themes.js b/_source/core/themes.js
new file mode 100644 (file)
index 0000000..f345206
--- /dev/null
@@ -0,0 +1,18 @@
+/*\r
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+/**\r
+ * @fileOverview Defines the {@link CKEDITOR.themes} object, which is used to\r
+ *             manage themes registration and loading.\r
+ */\r
+\r
+/**\r
+ * Manages themes registration and loading.\r
+ * @namespace\r
+ * @augments CKEDITOR.resourceManager\r
+ * @example\r
+ */\r
+CKEDITOR.themes = new CKEDITOR.resourceManager(\r
+       'themes/', 'theme' );\r