| Index: pkg/polymer/lib/src/boot.dart
|
| diff --git a/pkg/polymer/lib/src/boot.dart b/pkg/polymer/lib/src/boot.dart
|
| index e0109e8bf06305fb1e1f162987c95707e3ca5ede..0bad65fa93e6b6ff6870d0a1a4d5aadadb17e998 100644
|
| --- a/pkg/polymer/lib/src/boot.dart
|
| +++ b/pkg/polymer/lib/src/boot.dart
|
| @@ -2,10 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -/** Ported from `polymer/src/boot.js`. **/
|
| +/// Ported from `polymer/src/boot.js`. *
|
| part of polymer;
|
|
|
| -/** Prevent a flash of unstyled content. */
|
| +/// Prevent a flash of unstyled content.
|
| _preventFlashOfUnstyledContent() {
|
|
|
| var style = new StyleElement();
|
|
|