Remove built-in global variables in comments

This commit is contained in:
seotts 2020-11-09 16:41:55 -05:00
parent 261dfb7536
commit aa704383b4
3 changed files with 3 additions and 3 deletions
test/helper

View file

@ -1,4 +1,4 @@
/* global window, VirtualMachine, ScratchStorage, ScratchSVGRenderer */
/* global VirtualMachine, ScratchStorage, ScratchSVGRenderer */
/* eslint-env browser */
// Wait for all SVG skins to be loaded.