diff options
Diffstat (limited to 'js/Sinks/OUTIMPL_f.js')
-rw-r--r-- | js/Sinks/OUTIMPL_f.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Sinks/OUTIMPL_f.js b/js/Sinks/OUTIMPL_f.js index a2221a9f..43983463 100644 --- a/js/Sinks/OUTIMPL_f.js +++ b/js/Sinks/OUTIMPL_f.js @@ -25,6 +25,7 @@ function OUTIMPL_f() { OUTIMPL_f.prototype.get = function OUTIMPL_f() { } OUTIMPL_f.prototype.set = function OUTIMPL_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |