mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-03 05:00:13 -05:00
fix typo: ndoes -> nodes
This commit is contained in:
parent
1362383aea
commit
eced74244d
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ var insertTreeFragmentIntoRange = function ( range, frag ) {
|
||||||
deleteContentsOfRange( range );
|
deleteContentsOfRange( range );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Move range down into text ndoes
|
// Move range down into text nodes
|
||||||
moveRangeBoundariesDownTree( range );
|
moveRangeBoundariesDownTree( range );
|
||||||
|
|
||||||
// If inline, just insert at the current position.
|
// If inline, just insert at the current position.
|
||||||
|
|
Loading…
Reference in a new issue