mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
215 B
11 lines
215 B
#
|
|
# User builtins can be specified in multiple files; you can apply this over
|
|
# util/example_user_builtins1.yaml.
|
|
#
|
|
|
|
modify_objects:
|
|
|
|
- id: bi_global
|
|
properties:
|
|
- key: meaningOfLife
|
|
value: 42
|
|
|