summaryrefslogtreecommitdiff
path: root/details.js
diff options
context:
space:
mode:
authorChhavi22082016-06-06 10:23:29 +0530
committerChhavi22082016-06-06 10:23:29 +0530
commit505f27a142ff102a09d87ac97d7aee7f8df47d9e (patch)
treeff62c027c236407553a580f6c8c1a7ef848a3186 /details.js
parent5d6b3f6d270d60cdf267e7e183c72c9cb4f7e012 (diff)
downloadxcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.tar.gz
xcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.tar.bz2
xcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.zip
Implement ANDLOG and CONST_m
Diffstat (limited to 'details.js')
-rw-r--r--details.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/details.js b/details.js
index 6b03638..3369da1 100644
--- a/details.js
+++ b/details.js
@@ -691,4 +691,4 @@ function sci2exp(c) {
return new ScilabString([c.toString()]);
else
return new ScilabString("[" + c.toString() + "]");
-} \ No newline at end of file
+}