summaryrefslogtreecommitdiff
path: root/js/Sources/CURV_f.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-18 17:30:31 +0530
committerSunil Shetye2018-06-18 20:30:18 +0530
commitcd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76 (patch)
tree56407047bba37f94b7b5f00890b4385cefa502fd /js/Sources/CURV_f.js
parent0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a (diff)
downloadsci2js-cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76.tar.gz
sci2js-cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76.tar.bz2
sci2js-cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76.zip
use format string
Diffstat (limited to 'js/Sources/CURV_f.js')
-rw-r--r--js/Sources/CURV_f.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sources/CURV_f.js b/js/Sources/CURV_f.js
index cae00f0b..1928e6ff 100644
--- a/js/Sources/CURV_f.js
+++ b/js/Sources/CURV_f.js
@@ -40,7 +40,7 @@ if (!or(fun=="do_eval")) {
ok=true;
}
if (!ok) {
-break
+break;
}
n=size(xx,"*");
if (or(xx.slice(2-1,n)-xx.slice(1-1,n-1)<0)) {
@@ -56,7 +56,7 @@ axisdata=gc(2);
model.ipar=[size(xx,"*"),axisdata.slice()];
x.graphics=graphics;
x.model=model;
-break
+break;
}
}
}