mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
[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
Block a user