aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/store/store.js
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2016-06-16 12:20:32 +0800
committerJason <jason.daurus@gmail.com>2016-06-17 05:08:05 +0800
commit99b2b8633db4fa3fa21d43f3e6a27694b00908e4 (patch)
tree93af977c2bcec8d9cae2d0e6098131f921e07a37 /web/src/js/store/store.js
parent1fc2db85fa339f9b134d45c15d2ad4cf3d681070 (diff)
downloadmitmproxy-99b2b8633db4fa3fa21d43f3e6a27694b00908e4.tar.gz
mitmproxy-99b2b8633db4fa3fa21d43f3e6a27694b00908e4.tar.bz2
mitmproxy-99b2b8633db4fa3fa21d43f3e6a27694b00908e4.zip
[web] settings store
Diffstat (limited to 'web/src/js/store/store.js')
-rw-r--r--web/src/js/store/store.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/store/store.js b/web/src/js/store/store.js
index f3e2074f..2744a6fa 100644
--- a/web/src/js/store/store.js
+++ b/web/src/js/store/store.js
@@ -93,4 +93,4 @@ _.extend(LiveDictStore.prototype, DictStore.prototype, LiveStoreMixin.prototype)
export function SettingsStore() {
return new LiveDictStore(ActionTypes.SETTINGS_STORE);
-} \ No newline at end of file
+}