constructor()

in src/ReduxDomFactory.js [19:25]


	constructor(store = null) {

		/**
		 * The redux store
		 */
		this.store = store;
	}