mftsccs-browser 1.1.12 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +10 -5
- package/dist/bundle.js.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -17318,11 +17318,16 @@ function init() {
|
|
|
17318
17318
|
* is only valid for the browser that creates this. We have a translator in our node server.
|
|
17319
17319
|
* This function does this process in initlization.
|
|
17320
17320
|
*/
|
|
17321
|
-
|
|
17322
|
-
|
|
17323
|
-
|
|
17324
|
-
|
|
17325
|
-
|
|
17321
|
+
(0,_Services_Local_CreateLocalBinaryTreeFromData__WEBPACK_IMPORTED_MODULE_96__.PopulateTheLocalConceptsToMemory)().then(() => {
|
|
17322
|
+
}).catch((event) => {
|
|
17323
|
+
console.log("This is the error in populating binary tree");
|
|
17324
|
+
throw event;
|
|
17325
|
+
});
|
|
17326
|
+
(0,_Services_Local_CreateLocalBinaryTreeFromData__WEBPACK_IMPORTED_MODULE_96__.PopulateTheLocalConnectionToMemory)().then(() => {
|
|
17327
|
+
}).catch((event) => {
|
|
17328
|
+
console.log("This is the error in populating binary tree");
|
|
17329
|
+
throw event;
|
|
17330
|
+
});
|
|
17326
17331
|
/**
|
|
17327
17332
|
* This process gets the connections from indexdb and loads it to the connections array which is inside of
|
|
17328
17333
|
* a static class called ConnectionData.
|