Skip to content
Snippets Groups Projects
Commit 2125c176 authored by Luite Stegeman's avatar Luite Stegeman Committed by Marge Bot
Browse files

JS: Fix missing variable declarations

The JStg IR update was missing some local variable declarations
that were present earlier, causing global variables to be used
implicitly (or an error in JavaScript strict mode).

This adds the local variable declarations again.
parent af261ccd
No related branches found
No related tags found
No related merge requests found
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