diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 02:00:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-22 02:00:30 +0900 |
| commit | abf1c30ce6198545c45e88c10f0922912ca5ac84 (patch) | |
| tree | 30d6eb2134debfbad07295e1b73ee6fe8c761351 /src/web/app/mobile/api/input.ts | |
| parent | wip (diff) | |
| download | sharkey-abf1c30ce6198545c45e88c10f0922912ca5ac84.tar.gz sharkey-abf1c30ce6198545c45e88c10f0922912ca5ac84.tar.bz2 sharkey-abf1c30ce6198545c45e88c10f0922912ca5ac84.zip | |
wip
Diffstat (limited to 'src/web/app/mobile/api/input.ts')
| -rw-r--r-- | src/web/app/mobile/api/input.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/app/mobile/api/input.ts b/src/web/app/mobile/api/input.ts new file mode 100644 index 0000000000..fcff68cfb6 --- /dev/null +++ b/src/web/app/mobile/api/input.ts @@ -0,0 +1,5 @@ +export default function(opts) { + return new Promise<string>((res, rej) => { + alert('input not implemented yet'); + }); +} |