mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Refactoring out clear slot ability for the moment
This commit is contained in:
@@ -190,12 +190,8 @@ angular.module('shipyard').factory('ShipFactory', ['components', 'lodash', funct
|
|||||||
}
|
}
|
||||||
this.sgSI = slotIndex;
|
this.sgSI = slotIndex;
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
// Deselect current component
|
|
||||||
slot.id = null;
|
|
||||||
slot.c = null;
|
|
||||||
}
|
|
||||||
this.updateTotals();
|
this.updateTotals();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user