Skip to content

Commit

Permalink
Fix default JSON exporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cu3PO42 committed Jul 29, 2015
1 parent 2a7f7c2 commit d667b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/elements/keysav-options/keysav-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function mkdirOptional(path) {
},
{
name: "JSON",
format: "{{toJSON this}}"
format: "{{toJson this}}"
}
]
};
Expand Down
2 changes: 1 addition & 1 deletion app/elements/keysav-options/keysav-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
},
{
name: "JSON",
format: "{{toJSON this}}"
format: "{{toJson this}}"
}
]
};
Expand Down

0 comments on commit d667b70

Please sign in to comment.