Changes between Initial Version and Version 1 of Ticket #13132, comment 5
- Timestamp:
- Apr 3, 2015, 12:02:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13132, comment 5
initial v1 1 The problem was caused by CKBuile dcode minification. In [https://github.com/ckeditor/ckeditor-dev/blob/major/samples/toolbarconfigurator/js/toolbartextmodifier.js#L514-L518 here] there is created a local variable {{{CKEDITOR}}} and then by using eval function into this variable is assigned {{{editorConfig}}} function and then executed. It breaks because minified code looks like:1 The problem was caused by CKBuiler code minification. In [https://github.com/ckeditor/ckeditor-dev/blob/major/samples/toolbarconfigurator/js/toolbartextmodifier.js#L514-L518 here] there is created a local variable {{{CKEDITOR}}} and then by using eval function into this variable is assigned {{{editorConfig}}} function and then executed. It breaks because minified code looks like: 2 2 {{{ 3 3 (function() {