diff options
Diffstat (limited to 'js/Misc')
-rw-r--r-- | js/Misc/EDGE_TRIGGER.js | 2 | ||||
-rw-r--r-- | js/Misc/EDGE_TRIGGER.pickle | 8 | ||||
-rw-r--r-- | js/Misc/PAL_f.js | 2 | ||||
-rw-r--r-- | js/Misc/generic_block.js | 2 | ||||
-rw-r--r-- | js/Misc/generic_block2.js | 2 | ||||
-rw-r--r-- | js/Misc/generic_block3.js | 2 | ||||
-rw-r--r-- | js/Misc/scifunc_block.js | 2 | ||||
-rw-r--r-- | js/Misc/scifunc_block_m.js | 2 |
8 files changed, 10 insertions, 12 deletions
diff --git a/js/Misc/EDGE_TRIGGER.js b/js/Misc/EDGE_TRIGGER.js index f0aeb9ff..ad159da5 100644 --- a/js/Misc/EDGE_TRIGGER.js +++ b/js/Misc/EDGE_TRIGGER.js @@ -2,7 +2,7 @@ function EDGE_TRIGGER() { EDGE_TRIGGER.prototype.define = function EDGE_TRIGGER() { scs_m_1 = scicos_diagram(); - scs_m_1.objs[1-1] = this.EDGETRIGGER["define"-1]; + scs_m_1.objs[1-1] = EDGETRIGGER("define"); scs_m_1.objs[2-1] = IFTHEL_f("define"); scs_m_1.objs[3-1] = IN_f("define"); scs_m_1.objs[4-1] = CLKOUTV_f("define"); diff --git a/js/Misc/EDGE_TRIGGER.pickle b/js/Misc/EDGE_TRIGGER.pickle index 6b285a05..a010fd54 100644 --- a/js/Misc/EDGE_TRIGGER.pickle +++ b/js/Misc/EDGE_TRIGGER.pickle @@ -4,10 +4,8 @@ p0 ((lp1 S'x' p2 -aS'EDGETRIGGER' -p3 aS'xxn' -p4 -atp5 -Rp6 +p3 +atp4 +Rp5 .
\ No newline at end of file diff --git a/js/Misc/PAL_f.js b/js/Misc/PAL_f.js index ed6fbf21..f325c8c6 100644 --- a/js/Misc/PAL_f.js +++ b/js/Misc/PAL_f.js @@ -27,7 +27,7 @@ function PAL_f() { this.x = arg1; y = []; typ = []; - %exit=resume(false) + %exit = resume(false) return new BasicBlock(this.x); } } diff --git a/js/Misc/generic_block.js b/js/Misc/generic_block.js index 230ee9d1..844b46ed 100644 --- a/js/Misc/generic_block.js +++ b/js/Misc/generic_block.js @@ -94,7 +94,7 @@ function generic_block() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } diff --git a/js/Misc/generic_block2.js b/js/Misc/generic_block2.js index e6372a3b..ca8081c5 100644 --- a/js/Misc/generic_block2.js +++ b/js/Misc/generic_block2.js @@ -96,7 +96,7 @@ function generic_block2() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } diff --git a/js/Misc/generic_block3.js b/js/Misc/generic_block3.js index 899e8c49..61a2ba68 100644 --- a/js/Misc/generic_block3.js +++ b/js/Misc/generic_block3.js @@ -100,7 +100,7 @@ function generic_block3() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } diff --git a/js/Misc/scifunc_block.js b/js/Misc/scifunc_block.js index ff014084..9fbd8782 100644 --- a/js/Misc/scifunc_block.js +++ b/js/Misc/scifunc_block.js @@ -89,7 +89,7 @@ function scifunc_block() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } diff --git a/js/Misc/scifunc_block_m.js b/js/Misc/scifunc_block_m.js index 8268975d..861b1936 100644 --- a/js/Misc/scifunc_block_m.js +++ b/js/Misc/scifunc_block_m.js @@ -91,7 +91,7 @@ function scifunc_block_m() { break; } } - needcompile=resume(needcompile) + needcompile = resume(needcompile) return new BasicBlock(this.x); } } |