Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
style: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Jun 15, 2018
1 parent 77781aa commit 6a70b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/handlers.js
Expand Up @@ -51,7 +51,7 @@ export default {
return;
}

// This line is required for preventing page zooming in iOS browsers
// This line is required for preventing page scrolling in iOS browsers
e.preventDefault();

if (target.tagName.toLowerCase() === 'li') {
Expand Down

0 comments on commit 6a70b24

Please sign in to comment.