mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Update Browser.js
This commit is contained in:
parent
e114be8de0
commit
bd38c951c9
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ function init ()
|
|||
Browser.edge = true;
|
||||
Browser.es2019 = true;
|
||||
}
|
||||
else if ((/OPR/).test(ua)) {
|
||||
else if ((/OPR/).test(ua))
|
||||
{
|
||||
Browser.opera = true;
|
||||
Browser.es2019 = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue