We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02505ae commit 6369d53Copy full SHA for 6369d53
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graph-creator",
3
- "version": "0.8.1",
+ "version": "0.8.2",
4
"main": "index.html",
5
"window": {
6
"height": 1024,
src/fileWrite.js
@@ -92,7 +92,7 @@ function makeAdjlist(nodeList){
92
weight = '1';
93
}
94
95
- adjlist = adjlist + " {'weight': " + weight + '}';
+ adjlist = adjlist + ' {"weight": ' + weight + '}';
96
97
98
adjlist = adjlist + '\r\n';
0 commit comments