@resolveio/client-lib-core 1.1.36 → 1.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -397,7 +397,7 @@ function toDataURL(url, callback) {
|
|
|
397
397
|
xhr.send();
|
|
398
398
|
}
|
|
399
399
|
function getDeepDiffDetails(obj1, obj2) {
|
|
400
|
-
let diff = detailedDiff(
|
|
400
|
+
let diff = detailedDiff(obj2, obj1);
|
|
401
401
|
let diffString = '';
|
|
402
402
|
const formatObjectDiff = (obj1, obj2) => {
|
|
403
403
|
if (!obj1 || !obj2)
|