[refactor] Moved 'roundToTwo' to its own TS file

This commit is contained in:
Steven Evans
2018-07-04 20:22:29 -04:00
parent e16ca2abb5
commit 39c9488768
4 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -36,9 +36,9 @@ import {parse, Node} from "../utils/acorn";
import {dialogBoxCreate} from "../utils/DialogBox";
import {Reviver, Generic_toJSON,
Generic_fromJSON} from "../utils/JSONReviver";
import {compareArrays, createElement,
roundToTwo} from "../utils/HelperFunctions";
import {compareArrays, createElement} from "../utils/HelperFunctions";
import {formatNumber} from "../utils/StringHelperFunctions";
import {roundToTwo} from "../utils/helpers/roundToTwo";
var keybindings = {
ace: null,