fix(core): update
This commit is contained in:
@@ -22,7 +22,7 @@ export class Smartjson {
|
||||
foldToObject() {
|
||||
let newFoldedObject: {[key: string]: any} = {};
|
||||
for (let keyName of this.saveableProperties) {
|
||||
newFoldedObject[keyName] = plugins.lodash.cloneDeep(this[keyName]);
|
||||
newFoldedObject[keyName] = plugins.lodashCloneDeep(this[keyName]);
|
||||
}
|
||||
return newFoldedObject;
|
||||
}
|
||||
|
Reference in New Issue
Block a user