chore: fix some typos
Signed-off-by: tianzedavid <cuitianze@aliyun.com>
This commit is contained in:
@@ -13,7 +13,7 @@ import Base64 from '../base64.js';
|
||||
|
||||
// Touch detection
|
||||
export let isTouchDevice = ('ontouchstart' in document.documentElement) ||
|
||||
// requried for Chrome debugger
|
||||
// required for Chrome debugger
|
||||
(document.ontouchstart !== undefined) ||
|
||||
// required for MS Surface
|
||||
(navigator.maxTouchPoints > 0) ||
|
||||
|
||||
Reference in New Issue
Block a user