Address code review comments

This commit is contained in:
Tim Blasi 2015-04-14 13:09:47 -07:00
parent 0d0b3a35da
commit f89bb8eaf3
2 changed files with 1 additions and 3 deletions

View File

@ -134,7 +134,6 @@ class _DirectiveMetadataVisitor extends Object
var sVal = var sVal =
_expressionToString(entry.value, 'Directive#hostListeners values'); _expressionToString(entry.value, 'Directive#hostListeners values');
current.hostListeners[sKey] = sVal; current.hostListeners[sKey] = sVal;
;
} }
} }
} }

View File

@ -1,8 +1,7 @@
library examples.hello_world.index_common_dart.ng_deps.dart; library examples.hello_world.index_common_dart.ng_deps.dart;
import 'hello.dart'; import 'hello.dart';
import 'package:angular2/angular2.dart' import 'package:angular2/angular2.dart';
show bootstrap, Component, Decorator, View, NgElement;
bool _visited = false; bool _visited = false;
void initReflector(reflector) { void initReflector(reflector) {