hugoware/jlinq-beta

Uglifying jlinq.js causes an error

Opened this issue · 0 comments

SEVERE: jlinq.unminified.js:217: ERROR - Shadowing "arguments" is not allowed
repeat:function(arguments) {

An argument named "arguments" seems to be problematic. Reference: https://code.google.com/p/google-web-toolkit/issues/detail?id=8014

Looks like a simple rename is a sufficient workaround. Thoughts?