| Index: dart/pkg/polymer/lib/boot.js
|
| ===================================================================
|
| --- dart/pkg/polymer/lib/boot.js (revision 29808)
|
| +++ dart/pkg/polymer/lib/boot.js (working copy)
|
| @@ -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.');
|
| })();
|
|
|