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

Unified Diff: pkg/polymer/lib/builder.dart

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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
Index: pkg/polymer/lib/builder.dart
diff --git a/pkg/polymer/lib/builder.dart b/pkg/polymer/lib/builder.dart
index 1ddefc8cb4517a4a4668d166629e45fc38d25fd5..5419dd259dba8c0213ae078402bf6daaf26d66cc 100644
--- a/pkg/polymer/lib/builder.dart
+++ b/pkg/polymer/lib/builder.dart
@@ -297,7 +297,7 @@ CommandLineOptions parseOptions([List<String> args]) {
'Content Security Policy restrictions.')
..addFlag('debug', help:
'run in debug mode. For example, use the debug polyfill \n'
- 'web_components/platform.concat.js instead of the minified one.\n',
+ 'web_components/webcomponents.js instead of the minified one.\n',
defaultsTo: false)
..addFlag('help', abbr: 'h',
negatable: false, help: 'Displays this help and exit.');

Powered by Google App Engine
This is Rietveld 408576698