diff --git a/.DS_Store b/.DS_Store index 52e46d9005..b1e2c6344b 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/js/schematic.js b/js/schematic.js index dac06794f3..d4a2f37964 100644 --- a/js/schematic.js +++ b/js/schematic.js @@ -817,8 +817,8 @@ schematic = (function() { ckt.parse_number(sch.tran_tstop), probe_names, false); // save a copy of the results for submission - this.transient_results = {}; - for (var i in results) this.transient_results[i] = results[i]; + sch.transient_results = {}; + for (var i in results) sch.transient_results[i] = results[i]; if (typeof results == 'string') sch.message(results);