misjob

Results 1 comments of misjob

Extending actually works fine (v1.0.8). Also voting for implementing it in the component. ``` var MySelectableBehaviorImpl = { _updateItems: function() { var nodes = this.selectable ? Polymer.dom(this).querySelectorAll(this.selectable) : Polymer.dom(this).queryDistributedElements('*'); nodes...