From e3084ce21c358b6b5e52060cadce421d9aa576ed Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 28 Sep 2015 20:33:23 +0100 Subject: Clean up mess from rebase --- js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 56c7374..a31c5f0 100644 --- a/js/main.js +++ b/js/main.js @@ -13,7 +13,7 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) return true; } } - return False; + return false; } function load() { @@ -73,4 +73,4 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval) cancelRefresh(); }); } -]); +); -- cgit v1.2.1