Remove unnecessary comment.

This commit is contained in:
Brock Whittaker 2017-08-01 09:59:00 -07:00 committed by Tim Abbott
parent 199a0582d7
commit 5ee0725731
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ const Ps = require('perfect-scrollbar');
Ps.initialize($(".sidebar")[0], {
suppressScrollX: true,
useKeyboard: false,
// Picked so that each mousewheel bump moves 1 emoji down.
wheelSpeed: 0.68,
});