mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(core): 拼写错误
This commit is contained in:
parent
83cd10159d
commit
c83d83b1a1
@ -21,7 +21,7 @@ class Env {
|
||||
isIphone = false;
|
||||
isIpad = false;
|
||||
isAndroid = false;
|
||||
isAnroidPad = false;
|
||||
isAndroidPad = false;
|
||||
isMac = false;
|
||||
isWin = false;
|
||||
isMqq = false;
|
||||
@ -37,7 +37,7 @@ class Env {
|
||||
|
||||
this.isAndroid = ua.indexOf('Android') >= 0;
|
||||
|
||||
this.isAnroidPad = this.isAndroid && ua.indexOf('Mobile') < 0;
|
||||
this.isAndroidPad = this.isAndroid && ua.indexOf('Mobile') < 0;
|
||||
|
||||
this.isMac = ua.indexOf('Macintosh') >= 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user