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

Unified Diff: client/web/main.dart

Issue 149573008: Factor out the anchor prefix to easily allow switching to #! (Closed) Base URL: https://github.com/dart-lang/dartdoc-viewer.git@master
Patch Set: Fixes from review 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
« no previous file with comments | « client/web/link.dart ('k') | client/web/method.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/main.dart
diff --git a/client/web/main.dart b/client/web/main.dart
index f8e61bfeeaac784eb47adbd914e0cd5651b0f5a9..882e71ede0ac9debcf5f4cf365e403640b078352 100644
--- a/client/web/main.dart
+++ b/client/web/main.dart
@@ -148,7 +148,7 @@ class MainElement extends DartdocElement {
_buildIdentifier = ''; // Don't try twice.
retrieveFileContents('docs/VERSION').then((version) {
_buildIdentifier = notifyPropertyChange(#buildIdentifier,
- _buildIdentifier, "r $version");
+ _buildIdentifier, version);
}).catchError((_) => null);
return '';
}
« no previous file with comments | « client/web/link.dart ('k') | client/web/method.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698