Added PC-AT diagnostics disk

This commit is contained in:
Jeff Parsons 2016-04-01 21:34:47 -07:00
commit e8810d964a
22 changed files with 385 additions and 318 deletions

View file

@ -143,7 +143,7 @@ function Component(type, parms, constructor, bitsMessage)
*
* Initialized to the set of URL parameters, if any, for the current web page.
*
* @type {Object|null}
* @type {Object}
*/
Component.parmsURL = web.getURLParameters();