| OLD | NEW |
| 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
| 2 <link rel="import" href="curly_block.html"> | |
| 3 <link rel="import" href="eval_box.html"> | 2 <link rel="import" href="eval_box.html"> |
| 4 <link rel="import" href="function_ref.html"> | 3 <link rel="import" href="function_ref.html"> |
| 5 <link rel="import" href="isolate_summary.html"> | 4 <link rel="import" href="isolate_summary.html"> |
| 6 <link rel="import" href="library_ref.html"> | 5 <link rel="import" href="library_ref.html"> |
| 7 <link rel="import" href="nav_bar.html"> | 6 <link rel="import" href="nav_bar.html"> |
| 8 <link rel="import" href="observatory_element.html"> | 7 <link rel="import" href="observatory_element.html"> |
| 9 <link rel="import" href="script_ref.html"> | 8 <link rel="import" href="script_ref.html"> |
| 10 | 9 |
| 11 <polymer-element name="vm-view" extends="observatory-element"> | 10 <polymer-element name="vm-view" extends="observatory-element"> |
| 12 <template> | 11 <template> |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 </li> | 71 </li> |
| 73 <hr> | 72 <hr> |
| 74 </template> | 73 </template> |
| 75 </ul> | 74 </ul> |
| 76 </div> | 75 </div> |
| 77 <view-footer></view-footer> | 76 <view-footer></view-footer> |
| 78 </template> | 77 </template> |
| 79 </polymer-element> | 78 </polymer-element> |
| 80 | 79 |
| 81 <script type="application/dart" src="vm_view.dart"></script> | 80 <script type="application/dart" src="vm_view.dart"></script> |
| OLD | NEW |