https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102025

Revision: 102025
Author:   tparscal
Date:     2011-11-04 18:37:07 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
Comment cleanup

Modified Paths:
--------------
    trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js

Modified: trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js
===================================================================
--- trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js 
2011-11-04 18:35:25 UTC (rev 102024)
+++ trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js 
2011-11-04 18:37:07 UTC (rev 102025)
@@ -1031,8 +1031,6 @@
                // So you can merge adjacent paragraphs, or listitems. And you 
can't merge a paragraph into
                // a table row. There may be other rules we will want in here 
later, for instance, special
                // casing merging a listitem into a paragraph.
-               
-               // wait, some nodes don't have types? Is this the top document 
node?
                return (
                        ( ( node1 && node2 ) && ( node1.getElementType() === 
node2.getElementType() ) )  &&
                        ( node1.getParent() === node2.getParent() )


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to