X-Git-Url: http://git.scottworley.com/inverse-tax/blobdiff_plain/151ede0ff13d8942d91f13a4f52da8a1971a4296..a5aef764d87ffe30b15f21b141b192dca8b04d0e:/tax_ui.js 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));