Skip to content

Commit

Permalink
save external fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivp08001 committed Dec 16, 2015
1 parent 2ed8a20 commit e0c6221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VQI_PathwayEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e0c6221

Please sign in to comment.