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

This commit is contained in:
Steven Evans
2018-07-08 00:00:57 -04:00
parent 95939a8818
commit 9e26ee7858
11 changed files with 36 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import {dialogBoxCreate} from "../utils/DialogBox";
import {gameOptionsBoxOpen, gameOptionsBoxClose}from "../utils/GameOptions";
import {removeChildrenFromElement} from "../utils/HelperFunctions";
import {removeChildrenFromElement} from "../utils/uiHelpers/removeChildrenFromElement";
import {clearEventListeners} from "../utils/uiHelpers/clearEventListeners";
import {createElement} from "../utils/uiHelpers/createElement";
import {exceptionAlert} from "../utils/helpers/exceptionAlert";