diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-20 22:53:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-20 22:53:34 +0900 |
| commit | e1259409e914baaa399e2866feb887b3beddbdf7 (patch) | |
| tree | 7800ed7739e6f9dd523d7da1525d9bbb8c43deb3 /src/web/app/init.ts | |
| parent | wip (diff) | |
| download | sharkey-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.ts | 2 |
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を初期化してコールバックする |