summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChhavi22082016-06-06 10:23:29 +0530
committerChhavi22082016-06-06 10:23:29 +0530
commit505f27a142ff102a09d87ac97d7aee7f8df47d9e (patch)
treeff62c027c236407553a580f6c8c1a7ef848a3186
parent5d6b3f6d270d60cdf267e7e183c72c9cb4f7e012 (diff)
downloadxcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.tar.gz
xcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.tar.bz2
xcos-on-web-505f27a142ff102a09d87ac97d7aee7f8df47d9e.zip
Implement ANDLOG and CONST_m
-rw-r--r--details.js2
-rw-r--r--index.html2
2 files changed, 2 insertions, 2 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
+}
diff --git a/index.html b/index.html
index 62b2f88..aadc6c8 100644
--- a/index.html
+++ b/index.html
@@ -1530,4 +1530,4 @@
});
</script>
-</html> \ No newline at end of file
+</html>