Fixed a problem with the right SHIFT key, and with webkit browsers when pressing/releasing both SHIFT keys together

This commit is contained in:
Jeff Parsons 2014-12-15 17:23:10 -08:00 committed by jeffpar
commit 48a724931f
4 changed files with 52 additions and 9 deletions

View file

@ -1052,8 +1052,8 @@ Disk.prototype.writeRemoteSectors = function(iCylinder, iHead, iSector, nSectors
/**
* disconnectRemoteDisk()
*
* This is called by our powerDown() notification handler. If fRemote is true, we issue the disconnect request and
* then immediately set fRemote to false; we don't wait for (or test) the response.
* This is called by our powerDown() notification handler. If fRemote is true, we issue the disconnect
* request and then immediately set fRemote to false; we don't wait for (or test) the response.
*
* @this {Disk}
*/