Skip to content

Commit

Permalink
Merge branch 'master' of github.com:marcuswestin/std.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Apr 30, 2012
2 parents c6248a6 + fcd9638 commit 4a6f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.js
Expand Up @@ -24,7 +24,7 @@ var Client = Class(function() {

try {
document.createEvent("TouchEvent")
this.isTouch = true
this.isTouch = ('ontouchstart' in window)
} catch (e) {
this.isTouch = false
}
Expand Down

0 comments on commit 4a6f812

Please sign in to comment.