Fix feature flag

This commit is contained in:
Leo Balter 2019-05-22 17:05:03 -04:00
parent 0f211a9cfa
commit 260e257aa6
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ info: |
The sets of code points with Unicode properties "ID_Start" and
"ID_Continue" include, respectively, the code points with Unicode
properties "Other_ID_Start" and "Other_ID_Continue".
features: [class-methods-private]
features: [class-static-methods-private]
---*/
var stringSet;

View File

@ -52,7 +52,7 @@ info: |
The sets of code points with Unicode properties "ID_Start" and
"ID_Continue" include, respectively, the code points with Unicode
properties "Other_ID_Start" and "Other_ID_Continue".
features: [class-methods-private]
features: [class-static-methods-private]
---*/
var stringSet;