| Index: pkg/polymer/lib/boot.js
|
| diff --git a/pkg/polymer/lib/boot.js b/pkg/polymer/lib/boot.js
|
| index 419ebb12ea8a2e67c60addbbce8a053f5c327bd5..bdb1df4f4e630ad53b07772830bbdc2c9f3430fc 100644
|
| --- a/pkg/polymer/lib/boot.js
|
| +++ b/pkg/polymer/lib/boot.js
|
| @@ -111,7 +111,7 @@
|
|
|
| // TODO(jmesserly): we're using this function because DOMContentLoaded can
|
| // be fired too soon: https://www.w3.org/Bugs/Public/show_bug.cgi?id=23526
|
| - HTMLImports.whenImportsReady(function() {
|
| + HTMLImports.whenReady(function() {
|
| // Append a new script tag that initializes everything.
|
| var newScript = document.createElement('script');
|
| newScript.type = "application/dart";
|
|
|