From e0c6221acb6919646133418f42706f159c2565d4 Mon Sep 17 00:00:00 2001 From: ivanPozdnyakov Date: Wed, 16 Dec 2015 17:33:04 -0500 Subject: [PATCH] save external fix --- VQI_PathwayEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index af9225c..ae141ff 100755 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -2152,7 +2152,7 @@ var VQI_PathwayEditor = function (parent) { } self.produceJSONExternalNoGUI = function(){ - download(self.json, "data.txt", "text/plain"); + download(JSON.stringify(self.json), "data.txt", "text/plain"); } self.sprayColorExternalNoGUI = function (list) {