summaryrefslogtreecommitdiff
path: root/data_structures_correct/BPLATFORM.js
diff options
context:
space:
mode:
authorASP12342016-06-23 10:44:59 +0000
committerASP12342016-06-23 10:44:59 +0000
commit83dd01cf5241b06446572ebd5acb01cfdd87fe39 (patch)
tree5edc3fc22dce607bfedae60c637ac45bcdb9102b /data_structures_correct/BPLATFORM.js
parentd28475aa029200e6958c745cfb229a5d5f424270 (diff)
downloadxcos-on-web-83dd01cf5241b06446572ebd5acb01cfdd87fe39.tar.gz
xcos-on-web-83dd01cf5241b06446572ebd5acb01cfdd87fe39.tar.bz2
xcos-on-web-83dd01cf5241b06446572ebd5acb01cfdd87fe39.zip
Minor Fix
Diffstat (limited to 'data_structures_correct/BPLATFORM.js')
-rw-r--r--data_structures_correct/BPLATFORM.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/data_structures_correct/BPLATFORM.js b/data_structures_correct/BPLATFORM.js
index 25ea39b..2470bc1 100644
--- a/data_structures_correct/BPLATFORM.js
+++ b/data_structures_correct/BPLATFORM.js
@@ -3,17 +3,11 @@ function BPLATFORM() {
BPLATFORM.prototype.define = function BPLATFORM() {
this.plen = 2;
-
this.csiz = 2;
-
this.phi = 0;
-
this.xmin = -5;
-
this.xmax = 5;
-
this.ymin = 0;
-
this.ymax = 15;
var model = scicos_model();