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

This commit is contained in:
Steven Evans
2018-07-07 23:19:19 -04:00
parent 7edf5b5f1a
commit 8016321bfb
17 changed files with 41 additions and 31 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ import {SourceFiles, SourceFile,
PlayerOwnedSourceFile} from "./SourceFile";
import {Terminal} from "./Terminal";
import {clearEventListeners} from "../utils/uiHelpers/clearEventListeners";
import {dialogBoxCreate} from "../utils/DialogBox";
import {clearEventListeners,
removeChildrenFromElement} from "../utils/HelperFunctions";
import {removeChildrenFromElement} from "../utils/HelperFunctions";
import {yesNoBoxCreate, yesNoBoxGetYesButton,
yesNoBoxGetNoButton, yesNoBoxClose} from "../utils/YesNoBox";