Skip to content
Snippets Groups Projects
Commit 0dbafac5 authored by André Bargull's avatar André Bargull Committed by Brian Terlson
Browse files

Add 'var' declarations for strict mode

This change adds 'var' declarations for global variables to allow the tests to run in strict mode (see issue #35).
Extra care was taken to ensure the changes do not alter the test behavior, for example when implicit creation of global variables are part of the test.
Note: The change does not fix all strict mode errors due to missing 'var' declarations.
parent 0ceb428e
No related branches found
No related tags found
No related merge requests found
Showing
with 37 additions and 3 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment