- commit
- f3b07b94011359cff7b0874bab87cf9a01e68fe3
- parent
- 7db0ce66f8ed02c31e79ce550a9edd84c440a0aa
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-27 05:26
lint
Diffstat
| M | contrast.js | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrast.js b/contrast.js
@@ -103,7 +103,7 @@ var makeDescription = function(value, levels) {
103 103 } else {
104 104 return 'great!';
105 105 }
106 -1 }
-1 106 };
107 107
108 108 var oninput = function() {
109 109 // NOTE: | to prevent lazy evaluation