* Quote builder even more functional :)

This commit is contained in:
Bryan Ashby
2015-09-15 22:44:31 -06:00
parent 4cba6f4c10
commit 20fb54422a
5 changed files with 34 additions and 14 deletions

View File

@@ -673,8 +673,18 @@
//items: [ "just", "testing", "some", "things" ]
width: 79
height: 4
argName: quote
}
}
submit: {
*: [
{
value: { quote: null }
action: @method:appendQuoteEntry
}
]
}
}
}
}