Skip to content

Commit

Permalink
fixes #697
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed May 25, 2016
1 parent e32883a commit b788549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Quill {
return container;
}

deleteText(index, length, source = Emitter.sources.API) {
deleteText(index, length, source) {
[index, length, , source] = overload(index, length, source);
this.editor.deleteText(index, length, source);
}
Expand Down

0 comments on commit b788549

Please sign in to comment.