summaryrefslogtreecommitdiff
path: root/src/client/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-25 23:08:40 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-25 23:08:40 +0900
commit0616d29fd5db7238278cf5118e7fd1bd1c402ea4 (patch)
tree132c4786da67ddd3fb531e4ce4376f3dfbc3a1ec /src/client/app/common
parentwip (diff)
downloadmisskey-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.ts1
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;
}
/**