diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-10-05 11:36:56 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-10-05 11:36:56 +0200 |
commit | 693a370f069fe8d8a4c0ea53c47085cd96cf37fc (patch) | |
tree | da385234954e263b58a73b52495d21c81941bc7b | |
parent | 969885a7dc5ec7dda0ff6b8bcb4096288f945bc0 (diff) | |
download | fosdem-2018-presentation-693a370f069fe8d8a4c0ea53c47085cd96cf37fc.tar fosdem-2018-presentation-693a370f069fe8d8a4c0ea53c47085cd96cf37fc.tar.gz |
remove issue comment
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js index cc66671..186b438 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -4297,8 +4297,6 @@ if( delta > 0 ) { navigateNext(); } - // fix #1607: On MacBook trackpad, a `delta=0` mousewheel event - // will be triggered as soon as two fingers touch. else if( delta < 0 ) { navigatePrev(); } |