mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Cleaning up jargon and minor code changes
This commit is contained in:
@@ -4,7 +4,6 @@ angular.module('app')
|
||||
$scope.ship = ShipFactory($scope.shipId, DB.ships[$scope.shipId]);
|
||||
$scope.availCS = Components.forShip($scope.shipId);
|
||||
|
||||
|
||||
// for debugging
|
||||
window.ship = $scope.ship;
|
||||
window.availcs = $scope.availCS;
|
||||
|
||||
Reference in New Issue
Block a user