chore(analysis): analyze everything in lib folders recursively; fix existing warnings

This commit is contained in:
Yegor Jbanov
2015-04-17 12:59:07 -07:00
parent 3dc4df2ffa
commit 2b4d30d931
10 changed files with 35 additions and 35 deletions

View File

@ -11,7 +11,9 @@ export 'dart:html' show
location,
window,
Element,
Node;
Node,
KeyboardEvent,
Event;
final _gc = context['gc'];