aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/js
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-09-16 21:41:49 +1200
committerAldo Cortesi <aldo@nullcube.com>2014-09-16 21:41:49 +1200
commitbfef9b494098b9948fe5b0d2f757513d4289ec1b (patch)
tree2d40a8b2c20f4a5da006df9262f7d448ea0cee31 /libmproxy/web/static/js
parente4ee3e0236069873332fff13baefe4f676e289ee (diff)
downloadmitmproxy-bfef9b494098b9948fe5b0d2f757513d4289ec1b.tar.gz
mitmproxy-bfef9b494098b9948fe5b0d2f757513d4289ec1b.tar.bz2
mitmproxy-bfef9b494098b9948fe5b0d2f757513d4289ec1b.zip
Slightly more verbose gulping, remove strict declarations for now.
Diffstat (limited to 'libmproxy/web/static/js')
-rw-r--r--libmproxy/web/static/js/app.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmproxy/web/static/js/app.js b/libmproxy/web/static/js/app.js
index 047672e4..c095fd44 100644
--- a/libmproxy/web/static/js/app.js
+++ b/libmproxy/web/static/js/app.js
@@ -52,7 +52,6 @@ var SettingsActions = {
}
};
-"use strict";
function EventEmitter() {
this.listeners = {};
@@ -79,7 +78,6 @@ EventEmitter.prototype.removeListener=function(event, f) {
}
};
-"use strict";
function _SettingsStore() {
EventEmitter.call(this);
@@ -110,7 +108,6 @@ _.extend(_SettingsStore.prototype, EventEmitter.prototype, {
var SettingsStore = new _SettingsStore();
AppDispatcher.register(SettingsStore.handle.bind(SettingsStore));
-"use strict";
//
// We have an EventLogView and an EventLogStore:
// The basic architecture is that one can request views on the event log