semicolons

This commit is contained in:
Kristjan Komlosi
2019-11-01 19:55:49 +01:00
parent 50a1cb83db
commit c2b0722d3a

View File

@@ -13,8 +13,9 @@ function updateData () {
timeout: 2500 // this should be a pretty sane timeout timeout: 2500 // this should be a pretty sane timeout
}).done( }).done(
document.write(globalObject) document.write(globalObject)
) // INSERT THE DATA HANDLER HERE!!! ); // INSERT THE DATA HANDLER HERE!!!
} }
function fillTable (obj, dom) { function fillTable (obj, dom) {
// applies data in obj[0] to HTML tags with the obj's key as ID. // applies data in obj[0] to HTML tags with the obj's key as ID.
// useful mostly for slapping spectrometer JSON into HTML tables. // useful mostly for slapping spectrometer JSON into HTML tables.