Updated comments
This commit is contained in:
parent
27359de735
commit
a1f0f6b279
23 changed files with 105 additions and 142 deletions
|
|
@ -71,12 +71,10 @@ C1PRAM.prototype.setBuffer = function(abMemory, start, end, cpu)
|
|||
/**
|
||||
* C1PRAM.init()
|
||||
*
|
||||
* This function operates on every element (e) of class "ram", and initializes
|
||||
* all the necessary HTML to construct the RAM module(s) as spec'ed.
|
||||
*
|
||||
* Note that each element (e) of class "ram" is expected to have a "data-value"
|
||||
* attribute containing the same JSON-encoded parameters that the RAM constructor
|
||||
* expects.
|
||||
* This function operates on every HTML element of class "ram", extracting the
|
||||
* JSON-encoded parameters for the C1PRAM constructor from the element's "data-value"
|
||||
* attribute, invoking the constructor to create a C1PRAM component, and then binding
|
||||
* any associated HTML controls to the new component.
|
||||
*/
|
||||
C1PRAM.init = function()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue