dart-archive / polymer-dart

Polymer support for Dart
https://pub.dartlang.org/packages/polymer
BSD 3-Clause "New" or "Revised" License
181 stars 33 forks source link

Add a way of exposing static property to js elements #676

Closed jakemac53 closed 8 years ago

jakemac53 commented 8 years ago

Currently if you add @reflectable to a static property it will throw since it tries to access it as an instance property.