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

Unified Diff: lib/polymer_micro.dart

Issue 1290643006: First cut at behaviors. This just implements the lifecycle methodsportion. We may get the rest for … (Closed) Base URL: git@github.com:dart-lang/polymer-dart.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | lib/src/common/behavior.dart » ('j') | lib/src/common/behavior.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/polymer_micro.dart
diff --git a/lib/polymer_micro.dart b/lib/polymer_micro.dart
index 73554b679b6496ca84346bc69074fa8cfdc9a545..d2042c0c85049a56c4c4ea02324e57d79ec79689 100644
--- a/lib/polymer_micro.dart
+++ b/lib/polymer_micro.dart
@@ -8,6 +8,7 @@ import 'dart:html';
export 'package:polymer_interop/polymer_interop.dart';
import 'package:web_components/web_components.dart' show HtmlImport;
+export 'src/common/behavior.dart';
import 'src/common/polymer_mixin.dart';
export 'src/common/polymer_mixin.dart';
export 'src/common/polymer_register.dart';
« no previous file with comments | « no previous file | lib/src/common/behavior.dart » ('j') | lib/src/common/behavior.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698