mediawiki-extensions-Visual.../modules
Timo Tijhof 73851696f1 ve.Factory: No need for a-b-c workaround, createObject and apply.
This works just fine, as also previously tested/proven by
ve.cloneObject, which uses the same concept of creating an object
identical to what invoking the constructor with "new" would do,
but without invoking the constructor function (which has side-
effects).

Except in this case we do invoke the constructor function, but
we can't use new in ve.Factory because of the arbitrary number of
arguments.

Added a test to assert that 3+ arguments and that instanceof
work as expected.

Change-Id: If0add3da7475886e476900044acda2ba7d01fb11
2012-10-09 19:36:48 +02:00
..
jquery (Bug 33094) Disallow invalid page titles in LinkInspector. 2012-09-14 14:51:26 +02:00
qunit Manage annotations in ve.AnnotationSet object 2012-09-06 14:39:38 -07:00
rangy
ve ve.Factory: No need for a-b-c workaround, createObject and apply. 2012-10-09 19:36:48 +02:00