0
Fork 0
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:
Allen Heavey 2015-03-19 14:55:45 +08:00
parent 1362383aea
commit eced74244d

View file

@ -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.