[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
+1 -1
View File
@@ -19,7 +19,7 @@ import {loadSpecialServerIps, SpecialServerIps} from "./SpecialServerIps";
import {loadStockMarket, StockMarket} from "./StockMarket";
import {dialogBoxCreate} from "../utils/DialogBox";
import {gameOptionsBoxClose} from "../utils/GameOptions";
import {clearEventListeners} from "../utils/HelperFunctions";
import {clearEventListeners} from "../utils/uiHelpers/clearEventListeners";
import {Reviver, Generic_toJSON,
Generic_fromJSON} from "../utils/JSONReviver";
import {createElement} from "../utils/uiHelpers/createElement";