Open sigmundch opened 10 years ago
Some comments have a bit of a javadoc style, would be nice to eventually clean those up, ideally in automated fashion. (from https://github.com/dart-lang/core-elements/issues/4)
Some comments also refer to JS style expressions, like $.foo instead of $['foo']. Maybe those can be fixed too :)
$.foo
$['foo']
Some comments have a bit of a javadoc style, would be nice to eventually clean those up, ideally in automated fashion. (from https://github.com/dart-lang/core-elements/issues/4)
Some comments also refer to JS style expressions, like
$.foo
instead of$['foo']
. Maybe those can be fixed too :)