oo-redux-utils
Advanced tools
Comparing version 1.23.9 to 1.23.10
@@ -90,5 +90,9 @@ "use strict"; | ||
for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { | ||
args[_key - 2] = arguments[_key]; | ||
} | ||
if (this.stateNamespace) { | ||
promise.then(function (result) { | ||
return _this4.dispatchAction_(new actionClass(_this4.stateNamespace, result)); | ||
return _this4.dispatchAction_(new actionClass(_this4.stateNamespace, result, args)); | ||
}); | ||
@@ -98,3 +102,3 @@ } | ||
promise.then(function (result) { | ||
return _this4.dispatchAction_(new actionClass(result)); | ||
return _this4.dispatchAction_(new actionClass(result, args)); | ||
}); | ||
@@ -101,0 +105,0 @@ } |
{ | ||
"name": "oo-redux-utils", | ||
"version": "1.23.9", | ||
"version": "1.23.10", | ||
"description": "Utility functions for Object-oriented Redux", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52726
352