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 {
1919 EDGE = / ( e d g e ) / i. test ( navigator . userAgent ) ;
2020 TRIDENT = / ( m s i e | t r i d e n t ) / i. test ( navigator . userAgent ) ;
2121
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.
2323 BLINK = ! ! ( window . chrome || hasV8BreakIterator ) && ! ! CSS && ! this . EDGE && ! this . TRIDENT ;
2424
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.
2727 WEBKIT = / A p p l e W e b K i t / i. test ( navigator . userAgent ) && ! this . BLINK && ! this . EDGE && ! this . TRIDENT ;
2828
2929 /** Browsers and Platform Types */
You can’t perform that action at this time.
0 commit comments