mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix gjslint warnings.
This commit is contained in:
parent
d687d20c69
commit
d9e01b1d7a
3 changed files with 24 additions and 23 deletions
|
@ -593,7 +593,7 @@ window.addEventListener('pagechange', function pagechange(evt) {
|
|||
}, true);
|
||||
|
||||
window.addEventListener('keydown', function keydown(evt) {
|
||||
switch(evt.keyCode) {
|
||||
switch (evt.keyCode) {
|
||||
case 61: // FF/Mac '='
|
||||
case 107: // FF '+' and '='
|
||||
case 187: // Chrome '+'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue