summaryrefslogtreecommitdiff
path: root/details.js
diff options
context:
space:
mode:
authorASP12342016-06-23 06:16:36 +0000
committerASP12342016-06-23 06:16:36 +0000
commitf4b2f58f7d914e63c88670a1fb6b9699c5f96d18 (patch)
treea6d7ccf225697d4b96918d6fe88e2a8cbf8c7425 /details.js
parentdf95727dc6cdfc23f820f62cf50b552cf90f058b (diff)
downloadxcos-on-web-f4b2f58f7d914e63c88670a1fb6b9699c5f96d18.tar.gz
xcos-on-web-f4b2f58f7d914e63c88670a1fb6b9699c5f96d18.tar.bz2
xcos-on-web-f4b2f58f7d914e63c88670a1fb6b9699c5f96d18.zip
Beautify JS
Diffstat (limited to 'details.js')
-rw-r--r--details.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/details.js b/details.js
index c1351a2..fad1130 100644
--- a/details.js
+++ b/details.js
@@ -274,10 +274,10 @@ function ScilabDouble() {
for (j = 0; j < this.width; j++) {
this["data" + i + j] = new data();
if(array[i][j] % 1 == 0) {
- this["data" + i + j].realPart = array[i][j].toFixed(1);
+ this["data" + i + j].realPart = array[i][j].toFixed(1);
}
else {
- this["data" + i + j].realPart = array[i][j];
+ this["data" + i + j].realPart = array[i][j];
}
this["data" + i + j].line = i;
this["data" + i + j].column = j;