Update lib.js

master
thyttan 2022-05-11 20:11:08 +02:00 committed by GitHub
parent 7b1bcd8b76
commit 8eefdaa706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
//Multitap logic originally from here: http://www.espruino.com/Morse+Code+Texting
exports.input = function(options) {
var options = options||{};
options = options||{};
var text = options.text;
if ("string"!=typeof text) text="";