Skip to content

Commit

Permalink
Merge pull request tuupola#72 from muratbsts/patch-1
Browse files Browse the repository at this point in the history
Add forgotten comma
  • Loading branch information
tuupola authored Feb 9, 2018
2 parents 31037bf + 386b44f commit 9485fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ If you are accessing third party data source and do not have control over data s
```javascript
$("#series").remoteChained({
parents : "#mark",
url : "/api/series"
url : "/api/series",
data: function (json) {
return json.data;
}
Expand Down

0 comments on commit 9485fc2

Please sign in to comment.