You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) {
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?
The text was updated successfully, but these errors were encountered: