Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreensp committed Aug 19, 2018
1 parent 8255e13 commit 8505f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/core/quill.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ describe('Quill', function() {
) {
return function(done) {
this.quill.setText(`${oldText}\n`);
this.quill.setSelection(oldSelection); // number or {index, length}
this.quill.setSelection(oldSelection); // number or Range
this.quill.update();
const oldContents = this.quill.getContents();
const textNode = this.container.firstChild.firstChild.firstChild;
Expand Down

0 comments on commit 8505f51

Please sign in to comment.