This commit is contained in:
Matthieu MOREL
2020-12-06 10:45:13 +01:00
parent 027342bba0
commit 7126d215b0

View File

@@ -266,9 +266,6 @@ const setClickFun = function(id, functionName, functionArgs) {
/* This preserves all starting and ending whitespace inside */
if (item.charAt(0) === '"' && item.charAt(item.length - 1) === '"') {
item = item.substr(1, item.length - 2);
}
argList[i] = item;
}
@@ -724,6 +721,7 @@ export default {
addClass,
setDirection,
setClass,
setTooltip,
getTooltip,
setClickEvent,
setLink,