Changes between Initial Version and Version 3 of Ticket #2185


Ignore:
Timestamp:
May 9, 2008, 7:17:00 AM (17 years ago)
Author:
Martin Kou
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2185

    • Property Component changed from General to Project : FCKpackager
  • TabularUnified Ticket #2185 – Description

    initial v3  
    99FCKPackager would give you something like this:
    1010{{{
    11 void(function(b){}''';''');
     11void(function(b){};);
    1212}}}
    1313
    14 Notice the semicolon in bold, it is incorrect.
     14Notice the semicolon after the anonymous function, it is incorrect.
    1515
    1616This bug is causing the current FCKeditor code in the SVN unusable after running build_release.bat, because of the following code in fckdocumentprocessor.js:
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy