File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ export class Platform {
19
19
EDGE = / ( e d g e ) / i. test ( navigator . userAgent ) ;
20
20
TRIDENT = / ( m s i e | t r i d e n t ) / i. test ( navigator . userAgent ) ;
21
21
22
- // EdgeHTML and Trident mock Blink specific things and need to excluded from this check.
22
+ // EdgeHTML and Trident mock Blink specific things and need to be excluded from this check.
23
23
BLINK = ! ! ( window . chrome || hasV8BreakIterator ) && ! ! CSS && ! this . EDGE && ! this . TRIDENT ;
24
24
25
- // Webkit is part of the userAgent in EdgeHTML Blink and Trident, so we need to
26
- // ensure that Webkit runs standalone and is not use as another engines base.
25
+ // Webkit is part of the userAgent in EdgeHTML, Blink and Trident. Therefore we need to
26
+ // ensure that Webkit runs standalone and is not used as another engine's base.
27
27
WEBKIT = / A p p l e W e b K i t / i. test ( navigator . userAgent ) && ! this . BLINK && ! this . EDGE && ! this . TRIDENT ;
28
28
29
29
/** Browsers and Platform Types */
You can’t perform that action at this time.
0 commit comments