Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Do not leak variables #49

Merged
merged 1 commit into from Oct 2, 2014
Merged

Do not leak variables #49

merged 1 commit into from Oct 2, 2014

Conversation

robertrossmann
Copy link
Contributor

All variable declarations should start with var, otherwise they leak out into the global scope. In strict mode, this generates an error.

Closes #36.

@harthur harthur merged commit a612981 into harthur:master Oct 2, 2014
@robertrossmann robertrossmann deleted the use-strict branch October 2, 2014 10:35
@tschaub
Copy link

tschaub commented Nov 7, 2014

Would you be able to publish a new version with this fix?

@harthur
Copy link
Owner

harthur commented Nov 7, 2014

published 0.8.1

@tschaub
Copy link

tschaub commented Nov 7, 2014

Thanks!

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

Successfully merging this pull request may close these issues.

--use_strict
3 participants