From 6ee02952c836bb31e9b51783e6a16724fba64637 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Fri, 13 Jul 2018 15:37:42 +0530 Subject: change in1 to in --- js/Misc/DEBUG.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/Misc/DEBUG.js') diff --git a/js/Misc/DEBUG.js b/js/Misc/DEBUG.js index 6312c951..ac82e092 100644 --- a/js/Misc/DEBUG.js +++ b/js/Misc/DEBUG.js @@ -18,8 +18,6 @@ function DEBUG() { return options; } DEBUG.prototype.set = function DEBUG() { - this.x = arg1; - this.graphics = arg1.graphics; this.exprs = this.graphics.exprs; var textmp = this.exprs[2-1]; var ok = true; -- cgit