Ticket #4141: 4138.patch

File 4138.patch, 650 bytes (added by Artur Formella, 15 years ago)
  • _source/tests/core/plugins.html

     
    2222                 */
    2323                test_addExternal : function()
    2424                {
     25                        var path = '_tests/';
     26                        path = '_source/tests/';        // %REMOVE_LINE%
    2527                        CKEDITOR.plugins.addExternal( 'myplugin',
    26                         '_source/' + // %REMOVE_LINE%
    27                         'tests/core/plugins/myplugins/sample/', 'my_plugin.js' );
     28                        path+ 'core/plugins/myplugins/sample/', 'my_plugin.js' );
    2829
    2930                        CKEDITOR.plugins.load( 'myplugin', function(){
    3031                                this.resume( function(){
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy