Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-01-03 09:11:42 +0300
committerChris Rebert <github@rebertia.com>2015-01-03 09:11:42 +0300
commit463474ec07c0df29845a08b694000b7ab2c04da3 (patch)
tree1017433aa60ba9be0fc6f8736fa536482cc1bbe7
parent1a21cbf940634029729e8ba0eea32fe2be3f386d (diff)
IE10 Mobile should be covered via its prefixed Pointer Events support
Source: http://caniuse.com/#feat=pointer
-rw-r--r--src/browser/mq4-hover-hover-shim.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/browser/mq4-hover-hover-shim.js b/src/browser/mq4-hover-hover-shim.js
index d097bf6..35c19e9 100644
--- a/src/browser/mq4-hover-hover-shim.js
+++ b/src/browser/mq4-hover-hover-shim.js
@@ -63,7 +63,6 @@ export function supportsTrueHover() {
}
// OPEN ISSUE: Should we look for IE's "Touch" userAgent token?
- // OPEN ISSUE: IE10 Mobile?
// UA's pointer is non-touch and thus likely either supports true hovering or at least does not try to emulate it.
return true;