Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: lib/web_components.dart

Issue 1091903002: Move DomProxyMixin to this package (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/dom_proxy_mixin.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/web_components.dart
diff --git a/lib/web_components.dart b/lib/web_components.dart
index 9ad6d84b663cfd328a3ad119010a21719dbcab8c..354492a596f8c4e0f79a569850d72e01806ca70e 100644
--- a/lib/web_components.dart
+++ b/lib/web_components.dart
@@ -5,5 +5,6 @@ library web_components;
export 'src/custom_element.dart';
export 'src/init.dart';
+export 'src/dom_proxy_mixin.dart';
Siggi Cherem (dart-lang) 2015/04/16 22:48:09 to match the name of the annotation, maybe this sh
jakemac 2015/04/17 16:25:04 Done.
export 'custom_element_proxy.dart';
export 'html_import_annotation.dart';
« no previous file with comments | « lib/src/dom_proxy_mixin.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698