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

Unified Diff: lib/dartdoc/client-static.dart

Issue 9844031: add disqus comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove generated file Created 8 years, 9 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 | « lib/dartdoc/client-shared.dart ('k') | lib/dartdoc/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dartdoc/client-static.dart
diff --git a/lib/dartdoc/client-static.dart b/lib/dartdoc/client-static.dart
index 9cc47437a7dc9b40c107c0046523cda648d6192e..224ce92c8e77fa77cbe7fd92376b358cc3110017 100644
--- a/lib/dartdoc/client-static.dart
+++ b/lib/dartdoc/client-static.dart
@@ -12,7 +12,5 @@
#source('client-shared.dart');
main() {
- window.on.contentLoaded.add((e) {
- enableCodeBlocks();
- });
+ enableCodeBlocks();
}
« no previous file with comments | « lib/dartdoc/client-shared.dart ('k') | lib/dartdoc/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698