Skip to content

Commit d439ee9

Browse files
committed
Fix global vs local
1 parent 8516979 commit d439ee9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/js/common.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import { platforms, installCommands, variants } from '../json/config';
44

5-
const global = window;
6-
75
// Enables things like 'lookup["X64_MAC"]'
86
const lookup = {};
97
platforms.forEach((platform) => (lookup[platform.searchableName] = platform));

0 commit comments

Comments
 (0)