Skip to content
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

Fixes of issue #210 (_jsonParse leaks 'json' to the global scope) #236

Merged
merged 1 commit into from Jun 10, 2015
Merged

Fixes of issue #210 (_jsonParse leaks 'json' to the global scope) #236

merged 1 commit into from Jun 10, 2015

Conversation

Shafiul-Hasan-tareq
Copy link

The function _jsonParse leaks the variable json to the global scope because it is missing the var keyword. Robert Herhold holds the credit of this pull request

The function _jsonParse leaks the variable json to the global scope because it is missing the var keyword. Robert Herhold holds the credit of this pull request
marcin-wosinek added a commit that referenced this pull request Jun 10, 2015
Fixes of issue #210 (_jsonParse leaks 'json' to the global scope)
@marcin-wosinek marcin-wosinek merged commit a9e6562 into vlucas:master Jun 10, 2015
@marcin-wosinek
Copy link
Collaborator

Thanks a lot for the commit. We should have jshint for that kind of issue:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants