Skip to content

Commit

Permalink
Update features.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova authored Aug 19, 2024
1 parent 511cee2 commit 0157064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ var featureInfos =
checkLocaleNumeral('ru', Infinity, /^бесконечность/);
return available;
},
includes: ['LOCALE_NUMERALS_IE11_WIN7_8'],
},
LOCALE_NUMERALS_IE11_WIN7_8:
{
Expand Down Expand Up @@ -618,6 +619,7 @@ var featureInfos =
Infinity.toLocaleString('ru') === '∞';
return available;
},
includes: ['LOCALE_NUMERALS_IE11_WIN7_8'],
},
LOCATION:
{
Expand Down

0 comments on commit 0157064

Please sign in to comment.