Skip to content

Commit

Permalink
Move globals to individual files, see phetsims/chipper#1485
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 30, 2024
1 parent df943d4 commit cf72f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/SceneryQueryParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

/* globals QSMParsedParameters */
/* global QSMParsedParameters QueryStringMachineSchema */

import scenery from './scenery.js';

Expand Down

0 comments on commit cf72f8c

Please sign in to comment.