From 5b958dcbdbb57c43a7d049fb719ef113c8a8135b Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 3 Jul 2018 11:21:32 +0530 Subject: remove extra plus sign --- js/Sinks/CSCOPXY.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sinks/CSCOPXY.js') diff --git a/js/Sinks/CSCOPXY.js b/js/Sinks/CSCOPXY.js index f0d84a05..8abd9616 100644 --- a/js/Sinks/CSCOPXY.js +++ b/js/Sinks/CSCOPXY.js @@ -10,7 +10,7 @@ function CSCOPXY() { this.xmin = -15; this.xmax = 15; this.ymin = -15; - this.ymax = +15; + this.ymax = 15; this.nbr_curves = 1; model = scicos_model(); model.sim = list("cscopxy",4); -- cgit