Skip to content

Commit

Permalink
Ident fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhannes committed Oct 30, 2017
1 parent dab0de3 commit 6839765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var content = lq('#content').html(); // Return #content's innerHTML as a string.

// Events (pretty basic and might not fire accurately at the moment, feel free to contribute)
lq('#hammer').on('touchstart', function(event) {
event.preventDefault(); // Can't touch this
event.preventDefault(); // Can't touch this
});

// Window events
Expand Down

0 comments on commit 6839765

Please sign in to comment.