summaryrefslogtreecommitdiff
path: root/src/web/app/init.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-20 22:53:34 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-20 22:53:34 +0900
commite1259409e914baaa399e2866feb887b3beddbdf7 (patch)
tree7800ed7739e6f9dd523d7da1525d9bbb8c43deb3 /src/web/app/init.ts
parentwip (diff)
downloadsharkey-e1259409e914baaa399e2866feb887b3beddbdf7.tar.gz
sharkey-e1259409e914baaa399e2866feb887b3beddbdf7.tar.bz2
sharkey-e1259409e914baaa399e2866feb887b3beddbdf7.zip
wip
Diffstat (limited to 'src/web/app/init.ts')
-rw-r--r--src/web/app/init.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/init.ts b/src/web/app/init.ts
index e8ca789272..9e49c4f0fb 100644
--- a/src/web/app/init.ts
+++ b/src/web/app/init.ts
@@ -105,6 +105,8 @@ type API = {
placeholder?: string;
default?: string;
}) => Promise<string>;
+
+ post: () => void;
};
// MiOSを初期化してコールバックする