[refactor] Moved "isString()" to its own TS file

This commit is contained in:
Steven Evans
2018-07-04 00:33:55 -04:00
parent 187b5051b9
commit a6293474a9
10 changed files with 21 additions and 14 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ import {dialogBoxCreate} from "../utils/DialogBox";
import {addOffset, getRandomInt,
clearEventListenersEl,
clearEventListeners} from "../utils/HelperFunctions";
import {formatNumber, isString} from "../utils/StringHelperFunctions";
import {formatNumber} from "../utils/StringHelperFunctions";
import {isString} from "../utils/helpers/isString";
import jsplumb from 'jsplumb'
let inMission = false; //Flag to denote whether a mission is running