Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: pkg/polymer/lib/src/boot.dart

Issue 180373003: [polymer] switch comment style (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698