Skip to content

Commit 53b4c0f

Browse files
committed
WIP
1 parent e0799cf commit 53b4c0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/boulderdash/custom.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//Provides: process
2-
var process = "process"
3-
2+
var process = "process";
43

54
//Provides: obj
6-
var obj = { "process": 42 }
5+
var obj = { process: 42 };

0 commit comments

Comments
 (0)