Fix maxTouchPoints
This commit is contained in:
@@ -292,7 +292,7 @@ define([], function () {
|
||||
}
|
||||
|
||||
if (typeof document !== 'undefined') {
|
||||
if (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0)) {
|
||||
if (('ontouchstart' in window) || (navigator.maxTouchPoints > 0)) {
|
||||
browser.touch = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user