Changes between Initial Version and Version 3 of Ticket #2185
- Timestamp:
- May 9, 2008, 7:17:00 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2185
-
Property
Component
changed from
General
toProject : FCKpackager
-
Property
Component
changed from
-
TabularUnified Ticket #2185 – Description
initial v3 9 9 FCKPackager would give you something like this: 10 10 {{{ 11 void(function(b){} ''';''');11 void(function(b){};); 12 12 }}} 13 13 14 Notice the semicolon in bold, it is incorrect.14 Notice the semicolon after the anonymous function, it is incorrect. 15 15 16 16 This bug is causing the current FCKeditor code in the SVN unusable after running build_release.bat, because of the following code in fckdocumentprocessor.js: