aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/proxyapp.jsx
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-09-16 21:06:30 +1200
committerAldo Cortesi <aldo@nullcube.com>2014-09-16 21:06:30 +1200
commite4ee3e0236069873332fff13baefe4f676e289ee (patch)
tree68ef5c563b125a8790d14d63623c168599a54913 /web/src/js/components/proxyapp.jsx
parent6efe1aa6a92ce7f9f264903e9d27fb5cf6c32bfe (diff)
downloadmitmproxy-e4ee3e0236069873332fff13baefe4f676e289ee.tar.gz
mitmproxy-e4ee3e0236069873332fff13baefe4f676e289ee.tar.bz2
mitmproxy-e4ee3e0236069873332fff13baefe4f676e289ee.zip
Convert to ES5 inheritance pattern
Diffstat (limited to 'web/src/js/components/proxyapp.jsx')
-rw-r--r--web/src/js/components/proxyapp.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/components/proxyapp.jsx b/web/src/js/components/proxyapp.jsx
index c0196461..14c338e3 100644
--- a/web/src/js/components/proxyapp.jsx
+++ b/web/src/js/components/proxyapp.jsx
@@ -30,7 +30,7 @@ var ProxyAppMain = React.createClass({
{this.state.settings.showEventLog ? <EventLog/> : null}
<Footer settings={this.state.settings}/>
</div>
- );
+ );
}
});