Skip to content

Commit

Permalink
Merge pull request #62 from pjona/patch-5
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
RamonSmit authored May 23, 2017
2 parents c7eaeb5 + 48fd439 commit bf0881e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ The serialised JSON for the example above would be:
$('.dd').nestable('toArray');
```
Builds an array where each element looks like:
```json
```js
{
'depth': depth',
'depth': depth,
'id': id,
'left': left,
'parent_id': parentId || null,
Expand Down

0 comments on commit bf0881e

Please sign in to comment.