summaryrefslogtreecommitdiff
path: root/js/Sources/Ground_g.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-25 18:20:39 +0530
committerSunil Shetye2018-06-26 11:06:22 +0530
commit7465daea85285ba7f291b6bf6ddc45caa9e7ad65 (patch)
treee8e3e4dd60d469c290d55de15644ddbc1e013bc6 /js/Sources/Ground_g.js
parent7c70459c10aed0d74ee03896abaf47fefdbf7c8f (diff)
downloadsci2js-7465daea85285ba7f291b6bf6ddc45caa9e7ad65.tar.gz
sci2js-7465daea85285ba7f291b6bf6ddc45caa9e7ad65.tar.bz2
sci2js-7465daea85285ba7f291b6bf6ddc45caa9e7ad65.zip
add spacing to end of block also
Diffstat (limited to 'js/Sources/Ground_g.js')
-rw-r--r--js/Sources/Ground_g.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/Sources/Ground_g.js b/js/Sources/Ground_g.js
index 2a20d38d..f70f4de8 100644
--- a/js/Sources/Ground_g.js
+++ b/js/Sources/Ground_g.js
@@ -15,13 +15,14 @@ function Ground_g() {
model.dep_ut = [false,false];
exprs = [];
gr_i = [];
- x = standard_define([2,2],model,exprs,gr_i);
+ this.x = standard_define([2,2],model,exprs,gr_i);
}
Ground_g.prototype.details = function Ground_g() {
+ return this.x;
}
Ground_g.prototype.get = function Ground_g() {
}
Ground_g.prototype.set = function Ground_g() {
- x = arg1;
+ this.x = arg1;
}
}