diff options
Diffstat (limited to 'js/Sources/Counter.js')
-rw-r--r-- | js/Sources/Counter.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Sources/Counter.js b/js/Sources/Counter.js index 8d918694..41a4f57a 100644 --- a/js/Sources/Counter.js +++ b/js/Sources/Counter.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Sources/Counter.sci" */ function Counter() { -Counter.prototype.define = function Counter() { + Counter.prototype.define = function Counter() { minim=0; maxim=2; rule=1; @@ -16,12 +16,12 @@ model.dep_ut=[false,false]; exprs=[[string(minim)],[string(maxim)],[string(rule)]]; gr_i=[]; x=standard_define([3,2],model,exprs,gr_i); -} -Counter.prototype.details = function Counter() { -} -Counter.prototype.get = function Counter() { -} -Counter.prototype.set = function Counter() { + } + Counter.prototype.details = function Counter() { + } + Counter.prototype.get = function Counter() { + } + Counter.prototype.set = function Counter() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -46,5 +46,5 @@ x.model=model; break; } } -} + } } |