Changes between Initial Version and Version 1 of Ticket #10603, comment 2
- Timestamp:
- Jul 9, 2013, 6:51:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10603, comment 2
initial v1 2 2 3 3 Before packaging: 4 4 5 488 this.config = CKEDITOR.tools.prototypedCopy( CKEDITOR.config ); 5 6 6 7 After packaging (packaged ckeditor.js): 8 7 9 3101 z.config = e.prototypedCopy(i); // z is assigned to this on line 3090 8 10