Ticket #4093: 4093.patch

File 4093.patch, 1.3 KB (added by Artur Formella, 15 years ago)
  • _source/tests/core/dom/document.html

     
    2525
    2626                test_appendStyleSheet : function()
    2727                {
    28                         var cssUrl = CKEDITOR.basePath + '_source/tests/_assets/sample.css';
     28                        var cssUrl = CKEDITOR.basePath +
     29                                '_source/'+             // %REMOVE_LINE%
     30                                'tests/_assets/sample.css';
    2931
    3032                        var doc = new CKEDITOR.dom.document( document );
    3133                        doc.appendStyleSheet( cssUrl );
  • CHANGES.html

     
    171171                <li><a href="http://dev.fckeditor.net/ticket/4018">#4018</a> : Firefox2 had no richcombo text visible.</li>
    172172                <li><a href="http://dev.fckeditor.net/ticket/4035">#4035</a> : [IE6] Paste dialog size was too small.</li>
    173173                <li><a href="http://dev.fckeditor.net/ticket/4049">#4049</a> : Kama skin was too wide with config.width.</li>
     174                <li>The following released files now doesn't require the _source folder<ul>
     175                        <li><a href="http://dev.fckeditor.net/ticket/4093">#4093</a> : _tests/core/dom/document.html.</li>
     176                </ul></li>
    174177        </ul>
    175178        <h3>
    176179                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy