Changes between Initial Version and Version 1 of Ticket #13132, comment 5


Ignore:
Timestamp:
Apr 3, 2015, 12:02:13 PM (10 years ago)
Author:
Artur Delura
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13132, comment 5

    initial v1  
    1 The problem was caused by CKBuiled 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:
     1The 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:
    22{{{
    33(function() {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy