Ticket #4138: 4138.patch
File 4138.patch, 650 bytes (added by , 14 years ago) |
---|
-
_source/tests/core/plugins.html
22 22 */ 23 23 test_addExternal : function() 24 24 { 25 var path = '_tests/'; 26 path = '_source/tests/'; // %REMOVE_LINE% 25 27 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' ); 28 29 29 30 CKEDITOR.plugins.load( 'myplugin', function(){ 30 31 this.resume( function(){