migi-fastclick
Advanced tools
Comparing version
@@ -792,3 +792,3 @@ ;(function () { | ||
// IE10 with -ms-touch-action: none or manipulation, which disables double-tap-to-zoom (issue #97) | ||
if (layer.style.msTouchAction === 'none' || layer.style.touchAction === 'manipulation') { | ||
if (layer.style.msTouchAction === 'none' || layer.style.msTouchAction === 'manipulation') { | ||
return true; | ||
@@ -795,0 +795,0 @@ } |
{ | ||
"name": "migi-fastclick", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Polyfill to remove click delays on browsers with touch UIs.", | ||
@@ -27,2 +27,6 @@ "maintainers": [ | ||
"main": "lib/fastclick.js", | ||
"spm": { | ||
"main": "lib/fastclick.js", | ||
"registry": "http://spm.alipay-inc.com" | ||
}, | ||
"repository": { | ||
@@ -29,0 +33,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
51265
2.23%