Changes between Initial Version and Version 1 of Ticket #10603, comment 1


Ignore:
Timestamp:
Jul 9, 2013, 7:39:44 AM (12 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10603, comment 1

    initial v1  
    1 This patch changes nothing. The `i` variable is defined in the CKEDITOR.dialog function and this covers both loops - this **is a local variable**. They are directly in that function so as JavaScript has function scope , not a block scope it has no difference.
     1This patch changes nothing. The `i` variable is defined in the CKEDITOR.dialog function and this covers both loops - this **is a local variable**. Those loops are placed directly in that function so as JavaScript has function scope, not a block scope it has no difference.
    22
    33You're writing about minifying - which minifier do you use? None should replace `CKEDITOR.config` with something else, because this is not a local variable.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy