Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
get rid off event variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmaxx committed Aug 28, 2014
1 parent ae3af9d commit f2bc05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
var isSafari = nav.userAgent.match('Safari') && !nav.userAgent.match('Chrome');
if (isSafari) {
document.addEventListener('DOMContentLoaded', function(event) {
document.addEventListener('DOMContentLoaded', function() {
document.body.addEventListener('touchstart', function(){});
});
}
Expand Down

0 comments on commit f2bc05c

Please sign in to comment.