From bbdfbc18d06b84d08f9bf13a8917cb3d67754722 Mon Sep 17 00:00:00 2001 From: Andreas Kirsch Date: Tue, 5 Aug 2014 10:27:41 +0200 Subject: [PATCH] refactor(angular.dart): remove undefined export ShadowRootAware is defined in annotation.dart and not in annotation_src.dart. --- lib/core/annotation.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/annotation.dart b/lib/core/annotation.dart index cee2ad10f..38f43ac6c 100644 --- a/lib/core/annotation.dart +++ b/lib/core/annotation.dart @@ -8,7 +8,6 @@ import "dart:html" show ShadowRoot; export "package:angular/core/annotation_src.dart" show AttachAware, DetachAware, - ShadowRootAware, Formatter, DirectiveBinder,