Open stacysimpson opened 9 years ago
I use the asset-pipeline plugin. When generating war files, the following error occurs SEVERE: restapidoc/jlinq.unminified.js:217: ERROR - Shadowing "arguments" is not allowed repeat:function(arguments) {
Looks like an argument named "arguments" is problematic. Reference: https://code.google.com/p/google-web-toolkit/issues/detail?id=8014
I haven't researched how this JS code is used...looks like a simple rename is a sufficient workaround.
Is there a better path?
I opened an issue against jlinq-beta, https://github.com/hugoware/jlinq-beta/issues/13
I use the asset-pipeline plugin. When generating war files, the following error occurs SEVERE: restapidoc/jlinq.unminified.js:217: ERROR - Shadowing "arguments" is not allowed repeat:function(arguments) {
Looks like an argument named "arguments" is problematic. Reference: https://code.google.com/p/google-web-toolkit/issues/detail?id=8014
I haven't researched how this JS code is used...looks like a simple rename is a sufficient workaround.
Is there a better path?