fix: undefined variable error

This commit is contained in:
Tobi Schäfer 2020-03-21 14:56:45 +01:00
parent 23fdb31348
commit 060f6461cb

View file

@ -213,7 +213,7 @@ var encodeForm = function(text) {
if (text === null || !text.length) return text;
return encode(str, false);
return encode(text, false);
};
/**