diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-25 23:08:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-25 23:08:40 +0900 |
| commit | 0616d29fd5db7238278cf5118e7fd1bd1c402ea4 (patch) | |
| tree | 132c4786da67ddd3fb531e4ce4376f3dfbc3a1ec /src/client/app/common | |
| parent | wip (diff) | |
| download | misskey-0616d29fd5db7238278cf5118e7fd1bd1c402ea4.tar.gz misskey-0616d29fd5db7238278cf5118e7fd1bd1c402ea4.tar.bz2 misskey-0616d29fd5db7238278cf5118e7fd1bd1c402ea4.zip | |
wip
Diffstat (limited to 'src/client/app/common')
| -rw-r--r-- | src/client/app/common/mios.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/mios.ts b/src/client/app/common/mios.ts index 463f763888..4e471cf96f 100644 --- a/src/client/app/common/mios.ts +++ b/src/client/app/common/mios.ts @@ -88,6 +88,7 @@ export default class MiOS extends EventEmitter { propsData: props }).$mount(); document.body.appendChild(w.$el); + return w; } /** |