mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-12-30 13:46:55 +01:00
removed ESNext private fields
Forgot that they we're still there...
This commit is contained in:
parent
cd5c681ef8
commit
9a9bb4d6d0
@ -1,7 +1,4 @@
|
||||
class Cookie {
|
||||
#name;
|
||||
#value;
|
||||
|
||||
constructor(name) {
|
||||
this.name = name;
|
||||
this.value;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user