From: Scott Worley Date: Fri, 24 May 2019 03:00:23 +0000 (-0700) Subject: "use strict" X-Git-Tag: v1.0~2 X-Git-Url: http://git.scottworley.com/inverse-tax/commitdiff_plain/2d75ab3b4dcad01ee65123f680363d45bd9578a3?hp=272ad45ce0d6bd3fd425a02523e0b6b4feb47dee "use strict" --- diff --git a/tax_ui.js b/tax_ui.js index 4f2b625..57bd361 100644 --- a/tax_ui.js +++ b/tax_ui.js @@ -1,3 +1,5 @@ +"use strict"; + function load_tax_table(table_id, deductible_id) { return apply_deductible(parse_tax_table(document.getElementById(table_id).value), parseFloat(document.getElementById(deductible_id).value));