hugoware / jlinq-beta

Total rewrite of jLinq - Public beta code

Home Page:http://hugoware.net/projects/jlinq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uglifying jlinq.js causes an error

stacysimpson opened this issue · 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?