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

Unified Diff: pkg/dartdoc/lib/src/client/client-static.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-static.dart
diff --git a/pkg/dartdoc/lib/src/client/client-static.dart b/pkg/dartdoc/lib/src/client/client-static.dart
index 36ff6a53e22cbf6fd9fd4aa470a2f5df7e0fef23..ceda35e375c58674aa22c63d1d822c1880e67f1c 100644
--- a/pkg/dartdoc/lib/src/client/client-static.dart
+++ b/pkg/dartdoc/lib/src/client/client-static.dart
@@ -19,9 +19,6 @@
#source('../../../tmp/nav.dart');
main() {
- setupLocation();
-
- enableCodeBlocks();
-
+ setup();
setupSearch(json);
}

Powered by Google App Engine
This is Rietveld 408576698