dart-archive / custom-element-apigen

Tool to generate Dart APIs for polymer custom elements written in Javascript
BSD 3-Clause "New" or "Revised" License
13 stars 13 forks source link

patch or adapt documentation from Javascript #4

Closed sigmundch closed 9 years ago

sigmundch commented 10 years ago

Some of the documentation is misleading:

some comments use the js syntax $.head instead of $['head'] some examples use Javascript constructors like new CoreAnimation() which today is not supported yet in Dart (see https://github.com/dart-lang/core-elements/issues/73)

From: https://github.com/dart-lang/core-elements/issues/74

jakemac53 commented 9 years ago

duplicate of https://github.com/dart-lang/custom-element-apigen/issues/7