Divec has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386974 )

Change subject: Fix highly misleading comment
......................................................................

Fix highly misleading comment

Change-Id: Ibb7a0a46a266253cdb096c1f5202fe16b11338f4
---
M src/ve.BranchNode.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/74/386974/1

diff --git a/src/ve.BranchNode.js b/src/ve.BranchNode.js
index 1e4f68a..da4e5a5 100644
--- a/src/ve.BranchNode.js
+++ b/src/ve.BranchNode.js
@@ -141,7 +141,7 @@
        if ( doc ) {
                // We've set the new doc, so recurse into children, then notify 
the doc.
                // That way, at notify time, all this node's ancestors and 
descendants have
-               // the new root.
+               // the new doc.
                for ( i = 0, len = this.children.length; i < len; i++ ) {
                        this.children[ i ].setDocument( doc );
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/386974
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb7a0a46a266253cdb096c1f5202fe16b11338f4
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Divec <da...@troi.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to