JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
12a52259d67c0691b3e12ebc49a47c690aa0073f
[ckeditor.git] / _source / tests / core / _editor / custom_config_1.js
1 /*\r
2 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 CKEDITOR.editorConfig = function( config )\r
7 {\r
8         config.customConfig = '_editor/custom_config_2.js';\r
9         config.test_custom1 = 'Ok';\r
10 };\r