Refactoring out clear slot ability for the moment

This commit is contained in:
Colin McLeod
2015-04-16 20:53:49 -07:00
parent be641d4ee2
commit 4487e9ac99

View File

@@ -190,12 +190,8 @@ angular.module('shipyard').factory('ShipFactory', ['components', 'lodash', funct
}
this.sgSI = slotIndex;
}
} else {
// Deselect current component
slot.id = null;
slot.c = null;
this.updateTotals();
}
this.updateTotals();
};
/**