mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
Remove built-in global variables in comments
This commit is contained in:
parent
261dfb7536
commit
aa704383b4
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* global window, VirtualMachine, ScratchStorage, ScratchSVGRenderer */
|
/* global VirtualMachine, ScratchStorage, ScratchSVGRenderer */
|
||||||
/* eslint-env browser */
|
/* eslint-env browser */
|
||||||
|
|
||||||
// Wait for all SVG skins to be loaded.
|
// Wait for all SVG skins to be loaded.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* global vm, render, Promise */
|
/* global vm, render */
|
||||||
const {chromium} = require('playwright-chromium');
|
const {chromium} = require('playwright-chromium');
|
||||||
const test = require('tap').test;
|
const test = require('tap').test;
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* global vm, Promise */
|
/* global vm */
|
||||||
const {chromium} = require('playwright-chromium');
|
const {chromium} = require('playwright-chromium');
|
||||||
const test = require('tap').test;
|
const test = require('tap').test;
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue