@@ -416,6 +416,7 @@ export function objAssign(target, sources) {
target[key] = sources[key];
}
+ return target;
/**