in lib/ReduxDomFactory.js [34:43]
function ReduxDomFactory() {
var store = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
_classCallCheck(this, ReduxDomFactory);
/**
* The redux store
*/
this.store = store;
}