Skip to content

Commit

Permalink
external local save and rename printGraph()
Browse files Browse the repository at this point in the history
  • Loading branch information
ivp08001 committed Dec 16, 2015
1 parent 0837fa4 commit 9628186
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion VQI_PathwayEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2146,9 +2146,13 @@ var VQI_PathwayEditor = function (parent) {

//external No GUI functions

self.printGraph = function () {
self.printGraphExternalNoGUI = function () {
console.log(self.json);
}

self.produceJSONExternalNoGUI = function(){
download(states[states.length - 1], "data.txt", "text/plain");
}

self.sprayColorExternalNoGUI = function (list) {
sprayColorNoGUI(list, self.json);
Expand Down

0 comments on commit 9628186

Please sign in to comment.