diff options
Diffstat (limited to 'js/Sources/Modulo_Count.js')
-rw-r--r-- | js/Sources/Modulo_Count.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/Modulo_Count.js b/js/Sources/Modulo_Count.js index 0d60834d..62e4bf6c 100644 --- a/js/Sources/Modulo_Count.js +++ b/js/Sources/Modulo_Count.js @@ -22,6 +22,8 @@ function Modulo_Count() { Modulo_Count.prototype.get = function Modulo_Count() { } Modulo_Count.prototype.set = function Modulo_Count() { + this.ini_c = parseFloat((arguments[0]["ini_c"])) + this.base = parseFloat((arguments[0]["base"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |