From 9dc7ac98fa5a71e1e2019dd1b6fefde9a6842b5a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 15 Nov 2021 17:15:22 +0100 Subject: util.dataforms: Add missing :data() to Teal definition --- teal-src/util/dataforms.d.tl | 1 + 1 file changed, 1 insertion(+) diff --git a/teal-src/util/dataforms.d.tl b/teal-src/util/dataforms.d.tl index eac55717..0eddf98e 100644 --- a/teal-src/util/dataforms.d.tl +++ b/teal-src/util/dataforms.d.tl @@ -45,6 +45,7 @@ local record lib end form : function ( dataform, { string : any }, form_type ) : stanza_t + data : function ( dataform, stanza_t ) : { string : any } end new : function ( dataform ) : dataform -- cgit v1.2.3