Skip to content

Commit 8538051

Browse files
committed
Update snap.js
1 parent ad02a26 commit 8538051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://opensource.org/licenses/MIT
77
*
88
* Github: http://github.com/jakiestfu/Snap.js/
9-
* Version: 1.9.2
9+
* Version: 1.9.3
1010
*/
1111
/*jslint browser: true*/
1212
/*global define, module, ender*/
@@ -47,7 +47,7 @@
4747
},
4848
eventList = {},
4949
utils = {
50-
hasTouch: ('ontouchstart' in document.documentElement || window.navigator.msPointerEnabled),
50+
hasTouch: ('ontouchstart' in doc.documentElement || win.navigator.msPointerEnabled),
5151
eventType: function(action) {
5252
var eventTypes = {
5353
down: (utils.hasTouch ? 'touchstart' : 'mousedown'),

0 commit comments

Comments
 (0)