| Index: pkg/polymer/lib/boot.js
|
| diff --git a/pkg/polymer/lib/boot.js b/pkg/polymer/lib/boot.js
|
| index 0cb67142ff8f43baee6182e875954c43fd10aadb..d4a0f8fa525d186370fc2250e8a0c02c05e8c316 100644
|
| --- a/pkg/polymer/lib/boot.js
|
| +++ b/pkg/polymer/lib/boot.js
|
| @@ -5,7 +5,7 @@
|
| (function() {
|
| console.error('"boot.js" is now deprecated. Instead, you can initialize '
|
| + 'your polymer application by adding the following tags: \'' +
|
| - + '<script type="application/dart">import "package:polymer/init.dart";'
|
| + + '<script type="application/dart">export "package:polymer/init.dart";'
|
| + '</script><script src="packages/browser/dart.js"></script>\'. '
|
| + 'Make sure these script tags come after all HTML imports.');
|
| })();
|
|
|