Simplified access to controller definitions using class constants

This commit is contained in:
Jeff Parsons 2017-01-01 22:20:42 -08:00 committed by Jeff Parsons
commit cdabaafaf1
3 changed files with 127 additions and 107 deletions

View file

@ -32,8 +32,6 @@ and tell it to convert the constructor to a class; for example:
/**
* BusPDP11(parmsBus, cpu, dbg)
*
* ...
*
* @constructor
* @extends Component
* @param {Object} parmsBus
@ -53,8 +51,6 @@ class BusPDP11 extends Component {
/**
* BusPDP11(parmsBus, cpu, dbg)
*
* ...
*
* @param {Object} parmsBus
* @param {CPUStatePDP11} cpu
* @param {DebuggerPDP11} dbg