Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix state.json in examples/links #798

Merged
merged 1 commit into from
May 6, 2017

Conversation

oh3vci
Copy link
Contributor

@oh3vci oh3vci commented May 6, 2017

Because of comma, this json file occured an syntax error. I removed it.
Below shows the error message.

Error: Parse error on line 18:
...hyperlinks"					}, ]				},				{					
----------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got ']'

Remove comma
@ianstormtaylor
Copy link
Owner

Thank you @oh3vci!

@ianstormtaylor ianstormtaylor merged commit 873f1b1 into ianstormtaylor:master May 6, 2017
oyeanuj added a commit to oyeanuj/slate that referenced this pull request May 7, 2017
* ianstormtaylor/master: (21 commits)
  Fix json (ianstormtaylor#798)
  update readme
  0.19.29
  allow memoization without arguments for faster lookups (ianstormtaylor#796)
  0.19.28
  Add tests for plugins (ianstormtaylor#792)
  improve perf delaying conversion to immutable objects (ianstormtaylor#794)
  0.19.27
  fix schema normalizing to merge into history
  0.19.26
  `moveNode` operation fix (ianstormtaylor#782)
  fix large document example imports
  refactor examples, upgrade dependencies
  v0.19.25
  fix void copying to attach to the right dom element
  0.19.24
  0.19.23
  Add firstOnly prop to Placeholder (ianstormtaylor#765)
  rename issue template
  Copy void (ianstormtaylor#788)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants