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

`unlisten` missing in Dart #669

Closed zoechi closed 8 years ago

zoechi commented 8 years ago

there is the listen() function to imperatively register event handlers but JS also has an unlisten() https://github.com/Polymer/polymer/blob/master/src/standard/events.html#L155

jakemac53 commented 8 years ago

updated and published as 1.0.0-rc.7 of polymer_interop