Updated DriveController to save/restore the currently mounted disk (which may differ from the pre-configured disk if the user mounted a different disk), and cleaned the interfaces up a little

This commit is contained in:
Jeff Parsons 2017-01-28 17:31:46 -08:00 committed by Jeff Parsons
commit e7329fc277
6 changed files with 609 additions and 494 deletions

View file

@ -1140,6 +1140,7 @@ FDC.prototype.saveDrives = function()
* saveDrive(drive)
*
* @this {FDC}
* @param {Object} drive
* @return {Array}
*/
FDC.prototype.saveDrive = function(drive)