#2668 の一部をRevert

This commit is contained in:
syuilo
2018-09-08 23:19:11 +09:00
parent 5d4e9aa949
commit 6a45bb21c3
3 changed files with 3 additions and 7 deletions

View File

@@ -5,7 +5,6 @@ declare const _COPYRIGHT_: string;
declare const _VERSION_: string;
declare const _CODENAME_: string;
declare const _ENV_: string;
declare const _NAME_: string;
const address = new URL(location.href);
@@ -21,4 +20,3 @@ export const copyright = _COPYRIGHT_;
export const version = _VERSION_;
export const codename = _CODENAME_;
export const env = _ENV_;
export const name = _NAME_;