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

Unified Diff: pkg/dartdoc/lib/src/client/client-live-nav.dart

Issue 10985085: Members and comments inherited in dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased. Created 8 years, 2 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/dartdoc/lib/src/client/client-live-nav.dart
diff --git a/pkg/dartdoc/lib/src/client/client-live-nav.dart b/pkg/dartdoc/lib/src/client/client-live-nav.dart
index 9ef05731019e4cde33dab2d1e383b08c0659c800..b3f405c9eabb1df2a7cf58264cbc31349a969258 100644
--- a/pkg/dartdoc/lib/src/client/client-live-nav.dart
+++ b/pkg/dartdoc/lib/src/client/client-live-nav.dart
@@ -19,9 +19,7 @@
#source('client-shared.dart');
main() {
- setupLocation();
-
- enableCodeBlocks();
+ setup();
// Request the navigation data so we can build the HTML for it.
new HttpRequest.get('${prefix}nav.json', (request) {

Powered by Google App Engine
This is Rietveld 408576698