diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-21 02:55:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-21 02:55:22 +0900 |
| commit | 19b558c85267e5b47b15b2869ae817015e50f030 (patch) | |
| tree | 38ed29cc8bad87323f7fb460beb5010f4fc883ff /src/web/app/common/scripts | |
| parent | wip (diff) | |
| download | misskey-19b558c85267e5b47b15b2869ae817015e50f030.tar.gz misskey-19b558c85267e5b47b15b2869ae817015e50f030.tar.bz2 misskey-19b558c85267e5b47b15b2869ae817015e50f030.zip | |
wip
Diffstat (limited to 'src/web/app/common/scripts')
| -rw-r--r-- | src/web/app/common/scripts/is-promise.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/is-promise.ts b/src/web/app/common/scripts/is-promise.ts deleted file mode 100644 index 3b4cd70b49..0000000000 --- a/src/web/app/common/scripts/is-promise.ts +++ /dev/null @@ -1 +0,0 @@ -export default x => typeof x.then == 'function'; |