From bfef9b494098b9948fe5b0d2f757513d4289ec1b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 16 Sep 2014 21:41:49 +1200 Subject: Slightly more verbose gulping, remove strict declarations for now. --- libmproxy/web/static/js/app.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmproxy/web/static') 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 -- cgit v1.2.3