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 7afe4da commit 8e4b739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@ var featureInfos =
check:
function ()
{
var available = (Infinity.toLocaleString('lt') === '∞') &&
(Infinity.toLocaleString('ru') === '∞');
var available = Infinity.toLocaleString('lt') === '∞' &&
Infinity.toLocaleString('ru') === '∞';
return available;
},
},
Expand Down

0 comments on commit 8e4b739

Please sign in to comment.