Code cleanup
This commit is contained in:
parent
7913ef2a0a
commit
b6cf972131
36 changed files with 561 additions and 227 deletions
|
|
@ -3879,7 +3879,7 @@ C1PCPU.prototype.opUndefined = function()
|
|||
*/
|
||||
C1PCPU.init = function()
|
||||
{
|
||||
var aeCPUs = Component.getElementsByClass(window.document, C1PJSCLASS, "cpu");
|
||||
var aeCPUs = Component.getElementsByClass(document, C1PJSCLASS, "cpu");
|
||||
for (var iCPU=0; iCPU < aeCPUs.length; iCPU++) {
|
||||
var eCPU = aeCPUs[iCPU];
|
||||
var parmsCPU = Component.getComponentParms(eCPU);
|
||||
|
|
|
|||
Loading…
Reference in a new issue