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

Unified Diff: lib/event.dart

Issue 20863002: Introduce boot.js: this finally makes it possible to load and run Todomvc (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 5 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/custom_element.dart ('k') | lib/observe.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/event.dart
diff --git a/lib/event.dart b/lib/event.dart
index b918a442eda251df6c9a4008144e7b0bd145f0ea..e77d176969a15444a28ee58795cbea716025b473 100644
--- a/lib/event.dart
+++ b/lib/event.dart
@@ -5,7 +5,7 @@
library polymer.event;
import 'dart:html';
-import 'custom_element.dart';
+import 'package:custom_element/custom_element.dart';
/**
* *Warning*: this is an implementation helper and should not be used in your
« no previous file with comments | « lib/custom_element.dart ('k') | lib/observe.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698