summaryrefslogtreecommitdiff
path: root/scripts/toy.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r--scripts/toy.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 6f87485..3d32f62 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -313,6 +313,7 @@ return new Object() {
final activityList = [:];
final addActivity = { String name, func, images = [], tags = [] ->
activityList[name] = [
+ name: name,
func: func,
tags: tags ?: [],
images: images ?: []