Open milahu opened 4 years ago
old:
> JSON.stringify(decl, 0, 2) { _values: { .... }, _importants: { .... }, _length: 1234, _onChange: function() {}, '0': 'display', '1': 'color' }
new:
> JSON.stringify(decl, 0, 2) { '0': 'display', '1': 'color' }
old:
new: