| Index: runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_ref.html
|
| diff --git a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_ref.html b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_ref.html
|
| index aeb09c5682caa310dd8bd8a5d4946fc60976cfc2..e29c2b0336a1231c848286eebd5750d0ed4461d5 100644
|
| --- a/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_ref.html
|
| +++ b/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/function_ref.html
|
| @@ -3,7 +3,7 @@
|
| <link rel="import" href="service_ref.html">
|
| </head>
|
| <polymer-element name="function-ref" extends="service-ref">
|
| - <template><link rel="stylesheet" href="../../../../packages/observatory/src/elements/css/shared.css" /><!-- These comments are here to allow newlines.
|
| + <template><link rel="stylesheet" href="css/shared.css" /><!-- These comments are here to allow newlines.
|
| --><template if="{{ isDart }}"><!--
|
| --><template if="{{ qualified && !hasParent && hasClass }}"><!--
|
| --><class-ref ref="{{ ref['owner'] }}"></class-ref>.</template><!--
|
| @@ -12,5 +12,5 @@
|
| </function-ref>.<!--
|
| --></template><a href="{{ url }}">{{ name }}</a><!--
|
| --></template><template if="{{ !isDart }}"><span> {{ name }}</span></template></template>
|
| -<script type="application/dart" src="function_ref.dart"></script>
|
| +<script type="application/dart;component=1" src="function_ref.dart"></script>
|
| </polymer-element>
|
|
|