removed ESNext private fields

Forgot  that they we're still there...
This commit is contained in:
Maximilian Bethke 2021-02-01 14:50:41 +01:00 committed by GitHub
parent cd5c681ef8
commit 9a9bb4d6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,4 @@
class Cookie {
#name;
#value;
constructor(name) {
this.name = name;
this.value;