oo-redux-utils
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -63,3 +63,3 @@ "use strict"; | ||
value: function createStateReducer(initialState, actionBaseClass) { | ||
return _createStateReducer(initialState, actionBaseClass); | ||
return _createStateReducer(initialState, actionBaseClass, ''); | ||
} // noinspection JSUnusedGlobalSymbols | ||
@@ -76,3 +76,3 @@ | ||
value: function createStateReducerWithComponentType(initialState, actionBaseClass, componentType) { | ||
return _createStateReducer(initialState, actionBaseClass, undefined, componentType); | ||
return _createStateReducer(initialState, actionBaseClass, '', componentType); | ||
} // noinspection JSUnusedGlobalSymbols | ||
@@ -79,0 +79,0 @@ |
{ | ||
"name": "oo-redux-utils", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "Utility functions for Object-oriented Redux", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,0 +0,0 @@ # Object-oriented Redux Utils |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40391