From c2b0722d3a34272f34de726c526158b860be091c Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Fri, 1 Nov 2019 19:55:49 +0100 Subject: [PATCH] semicolons --- frontend/frontend.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/frontend.js b/frontend/frontend.js index 729e0da..085e0c4 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -13,8 +13,9 @@ function updateData () { timeout: 2500 // this should be a pretty sane timeout }).done( document.write(globalObject) - ) // INSERT THE DATA HANDLER HERE!!! + ); // INSERT THE DATA HANDLER HERE!!! } + function fillTable (obj, dom) { // applies data in obj[0] to HTML tags with the obj's key as ID. // useful mostly for slapping spectrometer JSON into HTML tables.