0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-03-11 15:11:23 -05:00

Merge pull request #52 from xionglun/master

fix typo: ndoes -> nodes
This commit is contained in:
Neil Jenkins 2015-03-19 20:08:00 +11:00
commit 61d5004373

View file

@ -221,7 +221,7 @@ var insertTreeFragmentIntoRange = function ( range, frag ) {
deleteContentsOfRange( range );
}
// Move range down into text ndoes
// Move range down into text nodes
moveRangeBoundariesDownTree( range );
// If inline, just insert at the current position.