| Index: pkg/polymer/lib/src/boot.dart
|
| diff --git a/pkg/polymer/lib/src/boot.dart b/pkg/polymer/lib/src/boot.dart
|
| index 6c2eb79a3c29b2406b422fc67a8eebb67be1495f..e0109e8bf06305fb1e1f162987c95707e3ca5ede 100644
|
| --- a/pkg/polymer/lib/src/boot.dart
|
| +++ b/pkg/polymer/lib/src/boot.dart
|
| @@ -24,9 +24,7 @@ _preventFlashOfUnstyledContent() {
|
| _veilElements();
|
|
|
| // hookup auto-unveiling
|
| - Polymer.onReady.then((_) {
|
| - Polymer.unveilElements();
|
| - });
|
| + Polymer.onReady.then((_) => Polymer.unveilElements());
|
| }
|
|
|
| // add polymer styles
|
|
|