oria / gridx

Just another powerful Dojo grid
Other
162 stars 78 forks source link

Google Closure Compiler upgrade: Removing duplicate object keys #417

Open sindilevich opened 7 years ago

sindilevich commented 7 years ago

Dojo 1.x uses currently the Google Closure Compiler v20160911.

It is currently impossible to upgrade the Google Closure Compiler to a newer version. The reason is — there is an incompatibility issue, when using the Google Closure Compiler to process Dojo applications: duplicate object keys.

This pull request introduces changes to the GridX's source code that remove all the occurrences of duplicate object keys in code.