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

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

Issue 10291006: Rename getTEMPNAME to get (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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: lib/dartdoc/client-live-nav.dart
diff --git a/lib/dartdoc/client-live-nav.dart b/lib/dartdoc/client-live-nav.dart
index 008220ce3140b8ac5776c8aa9f810617483e00eb..5b9fdabd147bc0005ea612ddec6d7833cb30f509 100644
--- a/lib/dartdoc/client-live-nav.dart
+++ b/lib/dartdoc/client-live-nav.dart
@@ -30,7 +30,7 @@ main() {
enableCodeBlocks();
// Request the navigation data so we can build the HTML for it.
- new XMLHttpRequest.getTEMPNAME('${prefix}nav.json', (request) {
+ new XMLHttpRequest.get('${prefix}nav.json', (request) {
buildNavigation(JSON.parse(request.responseText));
});
}

Powered by Google App Engine
This is Rietveld 408576698