mediawiki-extensions-Visual.../modules/ve
Trevor Parscal 4c5c18c241 Compare objects/arrays fix
Objectives:

* Fix compareObjects so it doesn't break when given arrays
* Remove compareArrays
* Rename compareObjects to compare and update callers of both methods

Changes:

ve.js
* Loosen check for whether to recurse so both arrays and objects qualify
* Remove compareArrays
* Rename compareObjects to compare

ve.dm.MWTemplateNode.js, ve.dm.AnnotationSet.js, ve.dm.Document.js,
ve.dm.Transaction.js
* Update uses of compare(Arrays|Objects) to use compare

Change-Id: I7d4f7ceb28c0389f0157b7598e291f21393b5b85
2013-05-29 00:39:04 +01:00
..
ce Merge "A fix for arrow movements in RTL wikis." 2013-05-28 21:50:58 +00:00
dm Compare objects/arrays fix 2013-05-29 00:39:04 +01:00
init Treat acronyms like words in camel case names 2013-05-28 12:51:41 +00:00
test Add class mw-figcaption to figcaption tag inside mwimage 2013-05-28 23:21:59 +00:00
ui Use config object for ve.ui.PagedDialog.addPage optional args 2013-05-28 20:33:32 +01:00
ve.BranchNode.js
ve.debug.js
ve.Document.js
ve.Element.js The Great ve.ui.Surface refactor of 2013 2013-05-24 14:01:02 +02:00
ve.EventEmitter.js
ve.Factory.js
ve.js Compare objects/arrays fix 2013-05-29 00:39:04 +01:00
ve.LeafNode.js
ve.NamedClassFactory.js
ve.Node.js Introduction of setup and teardown events for ve.ce.View nodes 2013-05-14 19:47:40 +00:00
ve.Range.js
ve.Registry.js