Skip to content

Commit

Permalink
quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jun 5, 2017
1 parent 8d0e809 commit 1862de1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/_data/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
- once
- Model:
- find-experimental
- getIndex-experimental
- getLeaf-experimental
- getLine-experimental
- getLines-experimental
- getindex-experimental
- getleaf-experimental
- getline-experimental
- getlines-experimental
- Extension:
- debug
- import
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Returns the line [Blot](https://github.com/quilljs/parchment) at the specified i
**Methods**

```javascript
getLine(index: Number): Blot
getLine(index: Number): [Blot, Number]
```


Expand Down

0 comments on commit 1862de1

Please # to comment.