aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/web/static/js
diff options
context:
space:
mode:
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