david-saslawsky

Results 1 issues of david-saslawsky

The following code ``` Polymer({ is: 'x-qwe', properties: { data: { type: Array, value: function() { return []; } } }, attached: function() { this.splice('data', 1, 0, { name: 'TEST'...

wontfix
p2
databinding
1.x