Update src/components/domIterator.ts

Co-Authored-By: Murod Khaydarov <murod.haydarov@gmail.com>
This commit is contained in:
Peter Savchenko 2019-11-30 23:28:57 +03:00 committed by GitHub
parent ba2fe2527d
commit 9661916835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ export default class DomIterator {
*/
private leafNodesAndReturnIndex(direction: string): number {
/**
* if items is empty then there is nothing to leaf
* if items are empty then there is nothing to leaf
*/
if (this.items.length === 0) {
return this.cursor;