| Index: runtime/observatory/lib/src/elements/function_view.html
|
| diff --git a/runtime/observatory/lib/src/elements/function_view.html b/runtime/observatory/lib/src/elements/function_view.html
|
| index a0873828730bc9e9d0f353ed61b5d304215771f4..040a8fb38958543f19d5a9f5b7166af405475e25 100644
|
| --- a/runtime/observatory/lib/src/elements/function_view.html
|
| +++ b/runtime/observatory/lib/src/elements/function_view.html
|
| @@ -4,10 +4,7 @@
|
| <link rel="import" href="function_ref.html">
|
| <link rel="import" href="library_ref.html">
|
| <link rel="import" href="observatory_element.html">
|
| -<link rel="import" href="nav_bar.html">
|
| <link rel="import" href="script_inset.html">
|
| -<link rel="import" href="script_ref.html">
|
| -<link rel="import" href="view_footer.html">
|
|
|
| <polymer-element name="function-view" extends="observatory-element">
|
| <template>
|
| @@ -20,8 +17,10 @@
|
| <template if="{{ function.dartOwner is ServiceClass }}">
|
| <class-nav-menu cls="{{ function.dartOwner }}"></class-nav-menu>
|
| </template>
|
| - <nav-menu link="{{ makeLink('/inspect', function) }}" anchor="{{ function.name }}" last="{{ true }}"></nav-menu>
|
| + <nav-menu link="{{ makeLink('/inspect', function) }}"
|
| + anchor="{{ function.name }}" last="{{ true }}"></nav-menu>
|
| <nav-refresh callback="{{ refresh }}"></nav-refresh>
|
| + <nav-notify notifications="{{ app.notifications }}"></nav-notify>
|
| </nav-bar>
|
|
|
| <div class="content">
|
|
|