We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0799cf commit 53b4c0fCopy full SHA for 53b4c0f
examples/boulderdash/custom.js
@@ -1,6 +1,5 @@
1
//Provides: process
2
-var process = "process"
3
-
+var process = "process";
4
5
//Provides: obj
6
-var obj = { "process": 42 }
+var obj = { process: 42 };
0 commit comments