bwu-dart-graveyard / polymer_elements

(deprecated) Dart port of the JavaScript polymer-elements
BSD 2-Clause "Simplified" License
17 stars 9 forks source link

polymer-media-query uses JS interop because mediaqueries are not supported in Dart #84

Closed zoechi closed 8 years ago

zoechi commented 10 years ago

polymer-media-query #52 uses JS interop because of this limitation https://code.google.com/p/dart/issues/detail?id=15081 should be converted to Dart when the problem is fixed