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

Unified Diff: runtime/observatory/lib/src/elements/inbound_reference.html

Issue 1311083003: Fix two typos in Observatory. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « runtime/observatory/lib/src/elements/debugger.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/inbound_reference.html
diff --git a/runtime/observatory/lib/src/elements/inbound_reference.html b/runtime/observatory/lib/src/elements/inbound_reference.html
index 8796b438d65cddad51c937632990e8eda90c6c89..e1803e5721063641622afb25b9cd2e5acee26b3b 100644
--- a/runtime/observatory/lib/src/elements/inbound_reference.html
+++ b/runtime/observatory/lib/src/elements/inbound_reference.html
@@ -9,7 +9,7 @@
<link rel="stylesheet" href="css/shared.css">
<div>
<template if="{{ ref['parentField'] != null }}">
- from <any-service-ref ref="{{ element['parentField'] }}"></any-service-ref>
+ from <any-service-ref ref="{{ ref['parentField'] }}"></any-service-ref>
</template>
<template if="{{ ref['parentListIndex'] != null }}">
from [{{ ref['parentListIndex'] }}] of
« no previous file with comments | « runtime/observatory/lib/src/elements/debugger.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698