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

Unified Diff: lib/web_components.dart

Issue 1026153002: add initWebComponents (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: code review updates Created 5 years, 9 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/static_initializer.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 379d04e689ba1d237e771f21872288f48e43fdc3..9ad6d84b663cfd328a3ad119010a21719dbcab8c 100644
--- a/lib/web_components.dart
+++ b/lib/web_components.dart
@@ -4,5 +4,6 @@
library web_components;
export 'src/custom_element.dart';
+export 'src/init.dart';
export 'custom_element_proxy.dart';
export 'html_import_annotation.dart';
« no previous file with comments | « lib/src/static_initializer.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698