X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Ftests%2Fcore%2F_editor%2Fcustom_config_2.js;fp=_source%2Ftests%2Fcore%2F_editor%2Fcustom_config_2.js;h=0000000000000000000000000000000000000000;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hp=6996a961d5abc490e52e0b74728007f0804f788f;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/tests/core/_editor/custom_config_2.js b/_source/tests/core/_editor/custom_config_2.js deleted file mode 100644 index 6996a96..0000000 --- a/_source/tests/core/_editor/custom_config_2.js +++ /dev/null @@ -1,9 +0,0 @@ -/* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.editorConfig = function( config ) -{ - config.test_custom2 = 'Ok'; -};