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/Sources/READC_f.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js/Sources/READC_f.js') diff --git a/js/Sources/READC_f.js b/js/Sources/READC_f.js index 0e72d59d..9020963e 100644 --- a/js/Sources/READC_f.js +++ b/js/Sources/READC_f.js @@ -55,9 +55,7 @@ function READC_f() { this.offset = parseFloat(arguments[0]["offset"]) this.swap = parseFloat(arguments[0]["swap"]) this.exprs = arguments[0]["exprs"] - this.x = arg1; this.model = this.x.model; - this.graphics = arg1.graphics; this.exprs = this.graphics.exprs; var out = this.model.out; var dstate = this.model.dstate; -- cgit