summaryrefslogtreecommitdiff
path: root/js/Sources/CLKIN_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CLKIN_f.js')
-rw-r--r--js/Sources/CLKIN_f.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/CLKIN_f.js b/js/Sources/CLKIN_f.js
index f8cf6735..0e8f5f83 100644
--- a/js/Sources/CLKIN_f.js
+++ b/js/Sources/CLKIN_f.js
@@ -11,6 +11,7 @@ function CLKIN_f() {
model.dep_ut = [false,false];
exprs = string(prt);
this.x = standard_define([1,1],model,exprs," ");
+ return new BasicBlock(this.x);
}
CLKIN_f.prototype.details = function CLKIN_f() {
return this.x;
@@ -41,5 +42,6 @@ function CLKIN_f() {
break;
}
}
+ return new BasicBlock(this.x);
}
}