mirror of
https://github.com/OutCast3k/coinbin.git
synced 2026-09-22 14:56:37 +02:00
removed ESNext private fields
Forgot that they we're still there...
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
class Cookie {
|
||||
#name;
|
||||
#value;
|
||||
|
||||
constructor(name) {
|
||||
this.name = name;
|
||||
this.value;
|
||||
|
||||
Reference in New Issue
Block a user