mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Typo
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
0273909a43
commit
a32aca434c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function checkBrowserFeatures(): boolean {
|
|||
() => window.RegExp?.prototype && "unicodeSets" in window.RegExp.prototype,
|
||||
);
|
||||
// ES2024: https://402.ecma-international.org/9.0/#sec-intl.segmenter
|
||||
// The built-in modernizer 'intl' check only checks for te presence of the Intl object, not the Segmenter,
|
||||
// The built-in modernizer 'intl' check only checks for the presence of the Intl object, not the Segmenter,
|
||||
// and older Firefox has the former but not the latter, so we add our own.
|
||||
window.Modernizr.addTest("intlsegmenter", () => typeof window.Intl?.Segmenter === "function");
|
||||
|
||||
|
|
Loading…
Reference in a new issue