dataflux 1.14.0 → 1.14.1
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/Model.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/Model.js
CHANGED
|
@@ -198,7 +198,7 @@ var Model = exports["default"] = /*#__PURE__*/_createClass(function Model(name)
|
|
|
198
198
|
return res;
|
|
199
199
|
}
|
|
200
200
|
}).then(function (data) {
|
|
201
|
-
(0, _BasicObj.setValues)(data, _this, _SubObj["default"],
|
|
201
|
+
(0, _BasicObj.setValues)(data, _this, _SubObj["default"], obj, obj);
|
|
202
202
|
return data;
|
|
203
203
|
})["catch"](function (error) {
|
|
204
204
|
return _classPrivateMethodGet(_this, _error, _error2).call(_this, error);
|