From 674bc4273e9a2f1a2e41ef977a80219423c7cb51 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 16 Sep 2014 00:56:43 +0200 Subject: format javascript --- web/src/js/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/src/js/app.js') diff --git a/web/src/js/app.js b/web/src/js/app.js index 2049ef25..3af4c79c 100644 --- a/web/src/js/app.js +++ b/web/src/js/app.js @@ -1,6 +1,6 @@ -$(function(){ +$(function() { - Connection.init(); - app = React.renderComponent(ProxyApp, document.body); + Connection.init(); + app = React.renderComponent(ProxyApp, document.body); }); \ No newline at end of file -- cgit v1.2.3