diff options
Diffstat (limited to 'js/NonLinear/INTRPLBLK_f.js')
-rw-r--r-- | js/NonLinear/INTRPLBLK_f.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/NonLinear/INTRPLBLK_f.js b/js/NonLinear/INTRPLBLK_f.js index 1ee8b5ce..60b67324 100644 --- a/js/NonLinear/INTRPLBLK_f.js +++ b/js/NonLinear/INTRPLBLK_f.js @@ -20,8 +20,8 @@ function INTRPLBLK_f() { } INTRPLBLK_f.prototype.get = function INTRPLBLK_f() { var options = { - a:["X coord.",this.a], - b:["Y coord.",this.b], + a:["X coord.",this.a.toString().replace(/,/g," ")], + b:["Y coord.",this.b.toString().replace(/,/g," ")], } return options; } |