Changes between Initial Version and Version 1 of Ticket #10603, comment 1
- Timestamp:
- Jul 9, 2013, 7:39:44 AM (12 years ago)
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**. Th ey are directly in that function so as JavaScript has function scope, not a block scope it has no difference.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**. Those loops are placed directly in that function so as JavaScript has function scope, not a block scope it has no difference. 2 2 3 3 You're writing about minifying - which minifier do you use? None should replace `CKEDITOR.config` with something else, because this is not a local variable.