fix: undefined variable error
This commit is contained in:
parent
23fdb31348
commit
060f6461cb
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ var encodeForm = function(text) {
|
||||||
|
|
||||||
if (text === null || !text.length) return text;
|
if (text === null || !text.length) return text;
|
||||||
|
|
||||||
return encode(str, false);
|
return encode(text, false);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue