From e4ee3e0236069873332fff13baefe4f676e289ee Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 16 Sep 2014 21:06:30 +1200 Subject: Convert to ES5 inheritance pattern --- web/src/js/app.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/src/js/app.js') diff --git a/web/src/js/app.js b/web/src/js/app.js index 3af4c79c..ddf7a69a 100644 --- a/web/src/js/app.js +++ b/web/src/js/app.js @@ -1,6 +1,4 @@ $(function() { - Connection.init(); app = React.renderComponent(ProxyApp, document.body); - }); \ No newline at end of file -- cgit v1.2.3