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

This commit is contained in:
Steven Evans
2018-07-05 16:50:51 -04:00
parent 1f7ed8f791
commit 6701503c78
4 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ import {parse, Node} from "../utils/acorn";
import {dialogBoxCreate} from "../utils/DialogBox";
import {Reviver, Generic_toJSON,
Generic_fromJSON} from "../utils/JSONReviver";
import {compareArrays} from "../utils/HelperFunctions";
import {compareArrays} from "../utils/helpers/compareArrays";
import {createElement} from "../utils/uiHelpers/createElement";
import {formatNumber} from "../utils/StringHelperFunctions";
import {roundToTwo} from "../utils/helpers/roundToTwo";