X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fthemes.js;h=b20fdcbdabebff598e2f95fb0bdd1065b074a04f;hb=refs%2Ftags%2Fv3.3;hp=f345206803b346acf69c86bfa5e6ae7ad81a7d22;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/themes.js b/_source/core/themes.js index f345206..b20fdcb 100644 --- a/_source/core/themes.js +++ b/_source/core/themes.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -15,4 +15,5 @@ For licensing, see LICENSE.html or http://ckeditor.com/license * @example */ CKEDITOR.themes = new CKEDITOR.resourceManager( + '_source/'+ // @Packager.RemoveLine 'themes/', 'theme' );