mediawiki-extensions-Visual.../modules/ve/ce/nodes
Catrope 5d974ed1e1 Fix replaceNonBreakingSpace() to not modify the linear model
It was replacing spaces with  s in its copy of a slice of linmod
data, but the copy was a shallow copy, so when modifying annotated
spaces it would modify the actual data. Fixed by detecting this case and
cloning the character's array before modifying it.

Change-Id: Ic96ed34605a302af18f274a0faa6d0f650f5b771
2012-08-10 15:47:13 -07:00
..
ve.ce.AlienBlockNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.AlienInlineNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.BreakNode.js Removing redundant overrides for canHaveSlug* methods 2012-08-09 14:53:08 -07:00
ve.ce.DefinitionListItemNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.DefinitionListNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.DocumentNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.HeadingNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.ImageNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.ListItemNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.ListNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.ParagraphNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.PreformattedNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.TableCellNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.TableNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.TableRowNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.TableSectionNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.ce.TextNode.js Fix replaceNonBreakingSpace() to not modify the linear model 2012-08-10 15:47:13 -07:00