Fix '-' code
This commit is contained in:
parent
926c748eea
commit
c19c873b02
@ -40,7 +40,7 @@ const MORSE_MAP = {
|
||||
'!': '-.-.--',
|
||||
'=': '-...-',
|
||||
'+': '.-.-.',
|
||||
'-': '-...-'
|
||||
'-': '-....-'
|
||||
};
|
||||
|
||||
const REVERSE_MORSE_MAP = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user