electron-event-flux
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -35,3 +35,3 @@ 'use strict'; | ||
} | ||
this[storeKey] = this.buildStore(StoreClass); | ||
this[storeKey] = this.buildStore(StoreClass, args); | ||
}, | ||
@@ -38,0 +38,0 @@ List: function List(StoreClass, storeKey, stateKey, args) { |
{ | ||
"name": "electron-event-flux", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Redux store which synchronizes between instances in multiple process", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -20,3 +20,3 @@ /* | ||
} | ||
this[storeKey] = this.buildStore(StoreClass); | ||
this[storeKey] = this.buildStore(StoreClass, args); | ||
}, | ||
@@ -23,0 +23,0 @@ List: function (StoreClass, storeKey, stateKey, args) { |
168222