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

Make JsObject and JsArray properties work #572

Closed jakemac53 closed 8 years ago

jakemac53 commented 9 years ago

Today I think this will do all kinds of funky things, since calling dartValue on either of these will create a new List/Map and return that.

jakemac53 commented 8 years ago

These work now