|
@@ -1173,7 +1173,7 @@ function ToolKit(scriptName, scriptId, options) {
|
|
|
if (attribKeys.includes(aKey)) {
|
|
if (attribKeys.includes(aKey)) {
|
|
|
if (retDict[mainKey]) {
|
|
if (retDict[mainKey]) {
|
|
|
retDict[mainKey][aKey] = aValue;
|
|
retDict[mainKey][aKey] = aValue;
|
|
|
- attribs = retDict[mainKey].attribs;
|
|
|
|
|
|
|
+ let attribs = retDict[mainKey].attribs;
|
|
|
attribs[aKey] = aValue;
|
|
attribs[aKey] = aValue;
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|