OSDN Git Service

Merge: merge pro
[bytom/Byone.git] / src / utils / Bytom.js
index 5c4f511..adba97e 100644 (file)
@@ -9,6 +9,7 @@ export default class BytomObj {
       this.settings = Settings.placeholder();
       this.keychain = Keychain.placeholder();
       this.histories = [];
+      window.__bytom = this
     }
 
     static placeholder(){ return new BytomObj(); }