Software /
code /
prosody
Changeset
12615:b2047b82ec85
util.dataforms: Add missing :data() to Teal definition
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 15 Nov 2021 17:15:22 +0100 |
parents | 12614:d498e7e7853a |
children | 12616:6b70d1af1fe3 |
files | teal-src/util/dataforms.d.tl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/teal-src/util/dataforms.d.tl Mon Nov 15 17:07:23 2021 +0100 +++ b/teal-src/util/dataforms.d.tl Mon Nov 15 17:15:22 2021 +0100 @@ -45,6 +45,7 @@ end form : function ( dataform, { string : any }, form_type ) : stanza_t + data : function ( dataform, stanza_t ) : { string : any } end new : function ( dataform ) : dataform