aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/dispatcher.js
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-03-22 15:19:35 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-03-22 15:19:35 +0100
commit39a8ac7e2a405b84edc55289cb8bdfb2ac1948fa (patch)
treebbef17b2a3c9103740cdfbbaa1509900baaaedbd /web/src/js/dispatcher.js
parentcf9f91b0b4abe2020c544981d6dc2e2e85f4b4bd (diff)
downloadmitmproxy-39a8ac7e2a405b84edc55289cb8bdfb2ac1948fa.tar.gz
mitmproxy-39a8ac7e2a405b84edc55289cb8bdfb2ac1948fa.tar.bz2
mitmproxy-39a8ac7e2a405b84edc55289cb8bdfb2ac1948fa.zip
web: improve views
Diffstat (limited to 'web/src/js/dispatcher.js')
-rw-r--r--web/src/js/dispatcher.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/dispatcher.js b/web/src/js/dispatcher.js
index 040c34db..0c2aa202 100644
--- a/web/src/js/dispatcher.js
+++ b/web/src/js/dispatcher.js
@@ -7,7 +7,7 @@ const PayloadSources = {
};
-AppDispatcher = new flux.Dispatcher();
+var AppDispatcher = new flux.Dispatcher();
AppDispatcher.dispatchViewAction = function (action) {
action.source = PayloadSources.VIEW;
this.dispatch(action);