mediawiki-extensions-Visual.../modules/ve
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
..
ce Fix replaceNonBreakingSpace() to not modify the linear model 2012-08-10 15:47:13 -07:00
dm Added isNoOp to ve.dm.Transaction 2012-08-10 15:35:48 -07:00
init Make use of new jshint options 2012-08-10 02:50:30 +02:00
test Merge "Make use of new jshint options" 2012-08-10 01:43:25 +00:00
ui Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.BranchNode.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.debug.js Removed some whitespace 2012-07-19 14:25:16 -07:00
ve.Document.js This should never happen, but if it does, lets make sure we know 2012-08-08 15:17:45 -07:00
ve.EventEmitter.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.Factory.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.js Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.LeafNode.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.Node.js Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.Position.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.Range.js Added basic ve.dm.SurfaceFragment class 2012-08-09 16:18:13 -07:00
ve.Surface.js Cleanup - all jshint conditions are now met 2012-08-03 18:56:04 -07:00