Skip to content

Commit

Permalink
fixed #151 - added commas to json response
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaker26 committed Nov 7, 2020
1 parent 964985b commit ae19268
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions SAP1EMU.GUI/wwwroot/js/Views/Docs/APIDocs_3.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ window.onload = function () {
"\t\t\"ADD 0xE\", \n" +
"\t\t\"OUT 0x0\", \n" +
"\t\t\"HLT 0x0\", \n" +
"\t\t\"...\" \n" +
"\t\t\"...\", \n" +
"\t\t\"0x0 0x1\", \n" +
"\t\t\"0xF 0xF\", \n" +

Expand Down Expand Up @@ -144,21 +144,21 @@ window.onload = function () {
});
API_P3_POST_ASSEMBLE_Response.setValue(
"[\n" +
"\t\"00001111\"\n"+
"\t\"00011110\"\n"+
"\t\"11100000\"\n"+
"\t\"11110000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000000\"\n"+
"\t\"00000001\"\n"+
"\t\"00001111\",\n"+
"\t\"00011110\",\n"+
"\t\"11100000\",\n"+
"\t\"11110000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000000\",\n"+
"\t\"00000001\",\n"+
"\t\"11111111\"\n"+
"]"
);
Expand Down
2 changes: 1 addition & 1 deletion SAP1EMU.GUI/wwwroot/js/Views/Docs/APIDocs_4.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ window.onload = function () {
"\t\t\"ADD 0xE\", \n" +
"\t\t\"OUT 0x0\", \n" +
"\t\t\"HLT 0x0\", \n" +
"\t\t\"...\" \n" +
"\t\t\"...\", \n" +
"\t\t\"0x0 0x1\", \n" +
"\t\t\"0xF 0xF\", \n" +

Expand Down

0 comments on commit ae19268

Please sign in to comment.