[web] eliminate SettingsStore
This commit is contained in:
parent
99b2b8633d
commit
b88937f1e0
|
@ -89,8 +89,3 @@ function LiveDictStore(type) {
|
|||
LiveStoreMixin.call(this, type);
|
||||
}
|
||||
_.extend(LiveDictStore.prototype, DictStore.prototype, LiveStoreMixin.prototype);
|
||||
|
||||
|
||||
export function SettingsStore() {
|
||||
return new LiveDictStore(ActionTypes.SETTINGS_STORE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue