Skip to content

Commit

Permalink
Update snap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jakiestfu committed Sep 30, 2013
1 parent ad02a26 commit 8538051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* http://opensource.org/licenses/MIT
*
* Github: http://github.com/jakiestfu/Snap.js/
* Version: 1.9.2
* Version: 1.9.3
*/
/*jslint browser: true*/
/*global define, module, ender*/
Expand Down Expand Up @@ -47,7 +47,7 @@
},
eventList = {},
utils = {
hasTouch: ('ontouchstart' in document.documentElement || window.navigator.msPointerEnabled),
hasTouch: ('ontouchstart' in doc.documentElement || win.navigator.msPointerEnabled),
eventType: function(action) {
var eventTypes = {
down: (utils.hasTouch ? 'touchstart' : 'mousedown'),
Expand Down

0 comments on commit 8538051

Please sign in to comment.