diff options
Diffstat (limited to 'js/Sources/Modulo_Count.js')
-rw-r--r-- | js/Sources/Modulo_Count.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Sources/Modulo_Count.js b/js/Sources/Modulo_Count.js index 62e4bf6c..9a37d409 100644 --- a/js/Sources/Modulo_Count.js +++ b/js/Sources/Modulo_Count.js @@ -20,6 +20,11 @@ function Modulo_Count() { return this.x; } Modulo_Count.prototype.get = function Modulo_Count() { + var options = { + ini_c:["Initial State (zero or positive number)",this.ini_c], + base:["Upper Limit (positive number)",this.base], + } + return options; } Modulo_Count.prototype.set = function Modulo_Count() { this.ini_c = parseFloat((arguments[0]["ini_c"])) |