-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD callback name selection prevents usage of local variables with same name. #74
Comments
Have a fix, will push when I have good wifi On Sun, 25 Jan 2015 08:50 Robert Jackson notifications@github.com wrote:
|
Oh no! I also have a fix. That's why I assigned to myself. I'll push mine anyway so we can compare approaches. |
Ah, didn't know - got the issue email just before take off! Am sure our On Sun, 25 Jan 2015 12:07 Brian Donovan notifications@github.com wrote:
|
prevent conflict between `exports` and module variables (fixes #74)
Input:
Output:
The callback arguments should not use a name that conflicts with variables in the local scope.
The text was updated successfully, but these errors were encountered: