Whitespace fixes

Change-Id: I691c4e16cf22de8dce0858cdcad522d1f6cfef72
This commit is contained in:
Trevor Parscal 2012-05-17 11:27:25 -07:00
parent 08765feab3
commit 24c35b853f

View file

@ -110,8 +110,8 @@ ve.dm.Document = function( data, parentDocument ) {
} else {
// Branch or leaf node closing
if ( ve.dm.factory.canNodeHaveChildren( currentNode.getType() ) ) {
// Pop this node's inner stack from the outer stack. It'll have all of the node's
// child nodes fully constructed
// Pop this node's inner stack from the outer stack. It'll have all of the
// node's child nodes fully constructed
children = stack.pop();
currentStack = parentStack;
parentStack = stack[stack.length - 2];
@ -308,7 +308,6 @@ ve.dm.Document.containsElementData = function( data ) {
/* Methods */
/**
* Gets slice or copy of the document data.
*