0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-01-03 05:00:13 -05:00

Fix whitespace.

This commit is contained in:
Neil Jenkins 2015-06-17 14:07:46 +07:00
parent a36cb12a16
commit 36432d45bd
3 changed files with 19 additions and 19 deletions

File diff suppressed because one or more lines are too long

View file

@ -2195,8 +2195,8 @@ proto.removeAllFormatting = function ( range ) {
while ( stylingNodeNames.test( getPath( stopNode ) ) ) {
stopNode = stopNode.parentNode;
}
if (stopNode.nodeType === TEXT_NODE) {
return false;
if ( stopNode.nodeType === TEXT_NODE ) {
}
moveRangeBoundariesUpTree( range, stopNode );