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