]> git.scottworley.com Git - inverse-tax/blobdiff - tax_ui.js
"use strict"
[inverse-tax] / 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));