[refactor] Moved 'createPopup' to its own TS file.

This commit is contained in:
Steven Evans
2018-07-05 13:09:00 -04:00
parent 107f1de18d
commit 8c25684fe1
7 changed files with 42 additions and 26 deletions
+2 -2
View File
@@ -19,11 +19,11 @@ import {loadSpecialServerIps, SpecialServerIps} from "./SpecialServerIps";
import {loadStockMarket, StockMarket} from "./StockMarket";
import {dialogBoxCreate} from "../utils/DialogBox";
import {gameOptionsBoxClose} from "../utils/GameOptions";
import {clearEventListeners,
createPopup, removeElementById} from "../utils/HelperFunctions";
import {clearEventListeners, removeElementById} from "../utils/HelperFunctions";
import {Reviver, Generic_toJSON,
Generic_fromJSON} from "../utils/JSONReviver";
import {createElement} from "../utils/uiHelpers/createElement";
import {createPopup} from "../utils/uiHelpers/createPopup";
import {formatNumber} from "../utils/StringHelperFunctions";
import Decimal from "decimal.js";