[quote:h2netk0l]"The main thing is to always use dot syntax (Object.property) rather than bracket syntax (Object["property"]) in your own code. All properties using dot syntax are changed by Closure Compiler, but none of the properties in bracket syntax are changed."
https://www.scirra.com/manual/22/runtime-overview
Is it telling to always use dot syntax or I misundestood??
I remember that i´ve read somewhere about it (the reason I´m using dot).
The same time that it tells to use just dot syntax, the next sentence tells that dot syntax is changed when minified but bracket syntax not.