Changes between Version 1 and Version 4 of Ticket #3077
- Timestamp:
- Mar 12, 2009, 6:47:16 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3077 – Description
v1 v4 1 1 '''CKEDITOR.tools.createClass''' logic's not right in the following sense: 2 2 * Generally class creation need to fix ''contructor'' property, which is wrong after prototype copying; 3 * Private fields not available in constructor, which is wrong. 4 * Nullable constructor in definition. 3 * Private fields should be available in constructor;