Ticket #4093: 4093.patch
File 4093.patch, 1.3 KB (added by , 14 years ago) |
---|
-
_source/tests/core/dom/document.html
25 25 26 26 test_appendStyleSheet : function() 27 27 { 28 var cssUrl = CKEDITOR.basePath + '_source/tests/_assets/sample.css'; 28 var cssUrl = CKEDITOR.basePath + 29 '_source/'+ // %REMOVE_LINE% 30 'tests/_assets/sample.css'; 29 31 30 32 var doc = new CKEDITOR.dom.document( document ); 31 33 doc.appendStyleSheet( cssUrl ); -
CHANGES.html
171 171 <li><a href="http://dev.fckeditor.net/ticket/4018">#4018</a> : Firefox2 had no richcombo text visible.</li> 172 172 <li><a href="http://dev.fckeditor.net/ticket/4035">#4035</a> : [IE6] Paste dialog size was too small.</li> 173 173 <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> 174 177 </ul> 175 178 <h3> 176 179 CKEditor 3.0 RC</h3>