Skip to content

Commit

Permalink
Clean up mess from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdrickSotK committed Sep 28, 2015
1 parent 2b1e2b3 commit e3084ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Expand Up @@ -13,7 +13,7 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval)
return true;
}
}
return False;
return false;
}

function load() {
Expand Down Expand Up @@ -73,4 +73,4 @@ app.controller('VisualisationController', function($scope, $http, $q, $interval)
cancelRefresh();
});
}
]);
);

0 comments on commit e3084ce

Please sign in to comment.