Skip to content

Commit

Permalink
No longer need to specify "list" mode in data (it is default)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemorken committed Dec 10, 2023
1 parent d58e3f0 commit d1c1f4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions examples/hello_world/hello_default.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@
// Data to display
let my_data = {
0: {
list: "foo",
foo_name: "Hello world 1",
foo_desc: "A simple hello to the world",
},
1: {
list: "foo",
foo_name: "Hello world 2",
foo_desc: "Another hello to the world",
},
Expand Down
1 change: 0 additions & 1 deletion examples/hello_world/hello_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
// Data to display
let my_data = {
0: {
list: "foo",
foo_name: "Hello world 1",
foo_desc: "A simple hello to the world",
},
Expand Down

0 comments on commit d1c1f4f

Please sign in to comment.