[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
@@ -16,7 +16,7 @@ import {Settings} from "./Settings";
import {parse} from "../utils/acorn";
import {dialogBoxCreate} from "../utils/DialogBox";
import {compareArrays} from "../utils/HelperFunctions";
import {compareArrays} from "../utils/helpers/compareArrays";
import {arrayToString} from "../utils/helpers/arrayToString";
import {roundToTwo} from "../utils/helpers/roundToTwo";
import {isString} from "../utils/StringHelperFunctions";