diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2017-11-23 08:38:44 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2017-11-23 08:38:44 +0900 |
| commit | 233e5a96ade462f3e854652f6c4cbf205d4e44d2 (patch) | |
| tree | e5febf2f413bcc768f075aa627e4179f945f456c /src/web | |
| parent | v3196 (diff) | |
| download | sharkey-233e5a96ade462f3e854652f6c4cbf205d4e44d2.tar.gz sharkey-233e5a96ade462f3e854652f6c4cbf205d4e44d2.tar.bz2 sharkey-233e5a96ade462f3e854652f6c4cbf205d4e44d2.zip | |
Update mios.ts
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/common/mios.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/common/mios.ts b/src/web/app/common/mios.ts index e73a65bff8..dfc83c18c6 100644 --- a/src/web/app/common/mios.ts +++ b/src/web/app/common/mios.ts @@ -5,10 +5,12 @@ import Progress from './scripts/loading'; import HomeStreamManager from './scripts/streaming/home-stream-manager'; import api from './scripts/api'; +//#region environment variables declare const _VERSION_: string; declare const _LANG_: string; declare const _API_URL_: string; declare const _SW_PUBLICKEY_: string; +//#endregion /** * Misskey Operating System |