移除注释
parent
29433868e9
commit
e5a86463f8
|
@ -182,7 +182,6 @@ export class Enum {
|
||||||
if (this.#dict_k[k]) {
|
if (this.#dict_k[k]) {
|
||||||
return [...this.#dict_k[k]]
|
return [...this.#dict_k[k]]
|
||||||
} else if (this.#dict_v[k]) {
|
} else if (this.#dict_v[k]) {
|
||||||
console.log(this.#dict_v[k])
|
|
||||||
return [...this.#dict_v[k]]
|
return [...this.#dict_v[k]]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue