Merge pull request #233 from tzachyrm/patch-1

Fix the calling to 'editor.get' in the documentation
This commit is contained in:
Jos de Jong 2015-11-02 20:45:29 +01:00
commit cd04fe1ba6
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ var json = {
}; };
editor.set(json); editor.set(json);
var json = editor.get(json); var json = editor.get();
``` ```
## JSON parsing and stringification ## JSON parsing and stringification