1
0
Fork 0
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:
Kalervo Kujala 2011-09-08 22:37:35 +03:00
parent d687d20c69
commit d9e01b1d7a
3 changed files with 24 additions and 23 deletions

View file

@ -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 '+'