Skip to content

Commit 54b4132

Browse files
committed
Use var for datasets again
So that the load hack for node works
1 parent 015771d commit 54b4132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/jacques_journal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const JOURNAL = [
1+
var JOURNAL = [
22
{"events":["carrot","exercise","weekend"],"squirrel":false},
33
{"events":["bread","pudding","brushed teeth","weekend","touched tree"],"squirrel":false},
44
{"events":["carrot","nachos","brushed teeth","cycling","weekend"],"squirrel":false},

code/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Generated from the Unicode 10 database and https://en.wikipedia.org/wiki/Script_(Unicode)
22

3-
const SCRIPTS = [
3+
var SCRIPTS = [
44
{
55
name: "Adlam",
66
ranges: [[125184, 125259], [125264, 125274], [125278, 125280]],

0 commit comments

Comments
 (0)