dataflux 1.15.1 → 1.15.2
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.
- package/dist/Store.js +1 -1
- package/dist/dataflux.min.js +1 -1
- package/dist/dataflux.min.js.map +1 -1
- package/package.json +1 -1
package/dist/Store.js
CHANGED
|
@@ -367,7 +367,7 @@ var Store = exports["default"] = /*#__PURE__*/function () {
|
|
|
367
367
|
return _hasChanged(type, object);
|
|
368
368
|
} else {
|
|
369
369
|
return Object.values(this.models[type].storedObjects).some(function (i) {
|
|
370
|
-
return _hasChanged(type, i);
|
|
370
|
+
return _hasChanged(type, i.object);
|
|
371
371
|
});
|
|
372
372
|
}
|
|
373
373
|
}
|