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

Unified Diff: pkg/observe/lib/observe_html.dart

Issue 23431010: Change in deploy.dart to make it easier to run in run.sh without running pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | pkg/polymer/lib/deploy.dart » ('j') | pkg/polymer/lib/deploy.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/observe/lib/observe_html.dart
diff --git a/pkg/observe/lib/observe_html.dart b/pkg/observe/lib/observe_html.dart
index 7280b0e4434d11b48d66045353b86721f1e26a99..7cfc5712ea12bd0fa1e6123f704578ec79e29df6 100644
--- a/pkg/observe/lib/observe_html.dart
+++ b/pkg/observe/lib/observe_html.dart
@@ -7,7 +7,7 @@
// getter and convert this into an Observable.
/** Helpers for exposing dart:html as observable data. */
-library polymer.observe_html;
+library observe_html;
Jennifer Messerly 2013/08/29 18:21:24 this should be observe.observe_html right? actual
import 'dart:html';
import 'package:observe/observe.dart';
Jennifer Messerly 2013/08/29 18:21:24 import 'observe.dart';
Siggi Cherem (dart-lang) 2013/08/30 00:00:41 Done.
« no previous file with comments | « no previous file | pkg/polymer/lib/deploy.dart » ('j') | pkg/polymer/lib/deploy.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698