We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad02a26 commit 8538051Copy full SHA for 8538051
snap.js
@@ -6,7 +6,7 @@
6
* http://opensource.org/licenses/MIT
7
*
8
* Github: http://github.com/jakiestfu/Snap.js/
9
- * Version: 1.9.2
+ * Version: 1.9.3
10
*/
11
/*jslint browser: true*/
12
/*global define, module, ender*/
@@ -47,7 +47,7 @@
47
},
48
eventList = {},
49
utils = {
50
- hasTouch: ('ontouchstart' in document.documentElement || window.navigator.msPointerEnabled),
+ hasTouch: ('ontouchstart' in doc.documentElement || win.navigator.msPointerEnabled),
51
eventType: function(action) {
52
var eventTypes = {
53
down: (utils.hasTouch ? 'touchstart' : 'mousedown'),
0 commit comments