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 b93e4be commit ef9966eCopy full SHA for ef9966e
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