David Durman
David Durman
``` joint.util.merge({ foo: [1, 2, 3] }, { foo: [4, 5] }) { "foo": [ 4, 5, 3 ] } ``` This causes an issue e.g. with joint.ui.SelectButton where if...
Currently, it's not possible to add new items.
If an index of an array is changed to a big number, the array is filled with null values. When the same index is then changed back, the array still...
objToPaths() is looping over objects not skipping the ones in the `[[Prototype]]` chain. Therefore, custom objects that have properties/methods in the `prototype` are being looped over as well. This creates...
Hi, Thanks for the plugin! Great work! I was missing a way of triggering events on parent attributes. This is not exactly the same as wildcards because wildcards can be...