aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--peniquitous.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/peniquitous.js b/peniquitous.js
index a25943f..2921b51 100644
--- a/peniquitous.js
+++ b/peniquitous.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Teddy Wing
+// Copyright (c) 2015, 2021 Teddy Wing
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
(function() {
- key_codes = {
+ var key_codes = {
p: 80,
n: 78,
UP_ARROW: 38,