Merge pull request #233 from tzachyrm/patch-1
Fix the calling to 'editor.get' in the documentation
This commit is contained in:
commit
cd04fe1ba6
|
@ -171,7 +171,7 @@ var json = {
|
|||
};
|
||||
editor.set(json);
|
||||
|
||||
var json = editor.get(json);
|
||||
var json = editor.get();
|
||||
```
|
||||
|
||||
## JSON parsing and stringification
|
||||
|
|
Loading…
Reference in New Issue