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:
parent
d739ffcffd
commit
e7329fc277
6 changed files with 609 additions and 494 deletions
|
|
@ -1140,6 +1140,7 @@ FDC.prototype.saveDrives = function()
|
|||
* saveDrive(drive)
|
||||
*
|
||||
* @this {FDC}
|
||||
* @param {Object} drive
|
||||
* @return {Array}
|
||||
*/
|
||||
FDC.prototype.saveDrive = function(drive)
|
||||
|
|
|
|||
Loading…
Reference in a new issue