mirror of
https://github.com/OutCast3k/coinbin.git
synced 2026-05-17 15:19:56 +02: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 {
|
class Cookie {
|
||||||
#name;
|
|
||||||
#value;
|
|
||||||
|
|
||||||
constructor(name) {
|
constructor(name) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.value;
|
this.value;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user