X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fthemes.js;h=896fc8cbf46bb43bcdcdc249d02b65d98782ca8f;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=f345206803b346acf69c86bfa5e6ae7ad81a7d22;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/themes.js b/_source/core/themes.js index f345206..896fc8c 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-2013, 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' );