dart-archive / polymer_elements

https://pub.dartlang.org/packages/polymer_elements
BSD 3-Clause "New" or "Revised" License
24 stars 17 forks source link

PaperCheckedElementBehavior from PaperBehaviors is missing #96

Closed zoechi closed 8 years ago

zoechi commented 8 years ago

added recently.

How should this JS be ported to Dart? https://github.com/PolymerElements/paper-behaviors/blob/7a674a3635fcb6db4842d16d3fd768ab07d638a8/demo/paper-radio-button.html#L113

jakemac53 commented 8 years ago

Added in the new version - luckily we don't have to port that one part to dart ;). In general though that sort of problem could be solved by enabling super calls in mixins.