]> git.scottworley.com Git - inverse-tax/commitdiff
"use strict"
authorScott Worley <scottworley@scottworley.com>
Fri, 24 May 2019 03:00:23 +0000 (20:00 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 24 May 2019 03:00:23 +0000 (20:00 -0700)
tax_ui.js

index 4f2b625d47311f1554860c97c0abd0460376f5eb..57bd361b941a442131ed3777c941ef0909b21ff8 100644 (file)
--- 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));