From c318976a4cfec20bdaa4b68eccdc7ea15e1e0b93 Mon Sep 17 00:00:00 2001 From: Kenneth Rohde Christiansen Date: Fri, 22 Nov 2024 08:07:19 +0100 Subject: [PATCH] Fix idl bug --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 67d27e6..19b3b12 100644 --- a/index.html +++ b/index.html @@ -972,7 +972,7 @@

The PressureRecord interface

[Default] object toJSON(); }; -
+  
     partial interface PressureRecord {
       readonly attribute double? ownContributionEstimate;
     };