oo-redux-utils
Advanced tools
Comparing version 1.9.1 to 1.10.0
@@ -114,5 +114,3 @@ "use strict"; | ||
var actionClassFunctionString = ActionClass.toString(); | ||
if (actionClassFunctionString.includes('dispatchAction')) { | ||
if (ActionClass.name.includes('DiAction')) { | ||
if (_this2.diContainer) { | ||
@@ -138,3 +136,3 @@ accumulatedValue[dispatchFnName] = function () { | ||
} else { | ||
if (actionClassFunctionString.includes('stateNamespace')) { | ||
if (ActionClass.name.includes('NamespacedAction')) { | ||
accumulatedValue[dispatchFnName] = function () { | ||
@@ -141,0 +139,0 @@ for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { |
{ | ||
"name": "oo-redux-utils", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"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
64651
450