| Index: pkg/polymer/lib/polymer.html
|
| diff --git a/pkg/polymer/lib/polymer.html b/pkg/polymer/lib/polymer.html
|
| index 67c255648282ded2757a27aa1ffb213dfba28538..3a3a688e0b7336c6137f4762ca692d6cd10a899b 100644
|
| --- a/pkg/polymer/lib/polymer.html
|
| +++ b/pkg/polymer/lib/polymer.html
|
| @@ -10,6 +10,10 @@ You can replace polymer.html with a different version if desired.
|
| -->
|
| <!-- minified for deployment: -->
|
| <link rel="import" href="src/js/polymer/polymer.html">
|
| +<script>
|
| +// TODO(sigmund): remove this script tag (dartbug.com/19650). This empty
|
| +// script tag is necessary to work around a bug in Chrome 36.
|
| +</script>
|
|
|
| <!-- unminfied for debugging:
|
| <link rel="import" href="src/js/polymer/layout.html">
|
|
|