Skip to content

Commit

Permalink
Correcting case of toJson to ToJson
Browse files Browse the repository at this point in the history
  • Loading branch information
russellquinn authored and y-lohse committed Jul 27, 2017
1 parent a801d9e commit a6fab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/StoryState.js
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ export class StoryState{
return copy;
}

toJson(indented){
ToJson(indented){
return JSON.stringify(this.jsonToken, null, (indented) ? 2 : 0);
}
LoadJson(jsonString){
Expand Down

0 comments on commit a6fab44

Please sign in to comment.