| 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="action_link.html"> | 2 <link rel="import" href="action_link.html"> |
| 3 <link rel="import" href="cpu_profile.html"> | 3 <link rel="import" href="cpu_profile.html"> |
| 4 <link rel="import" href="curly_block.html"> | |
| 5 <link rel="import" href="eval_box.html"> | 4 <link rel="import" href="eval_box.html"> |
| 6 <link rel="import" href="eval_link.html"> | 5 <link rel="import" href="eval_link.html"> |
| 7 <link rel="import" href="field_ref.html"> | 6 <link rel="import" href="field_ref.html"> |
| 8 <link rel="import" href="function_ref.html"> | 7 <link rel="import" href="function_ref.html"> |
| 9 <link rel="import" href="instance_ref.html"> | 8 <link rel="import" href="instance_ref.html"> |
| 10 <link rel="import" href="library_ref.html"> | 9 <link rel="import" href="library_ref.html"> |
| 11 <link rel="import" href="nav_bar.html"> | 10 <link rel="import" href="nav_bar.html"> |
| 12 <link rel="import" href="observatory_element.html"> | 11 <link rel="import" href="observatory_element.html"> |
| 13 <link rel="import" href="script_inset.html"> | 12 <link rel="import" href="script_inset.html"> |
| 14 <link rel="import" href="script_ref.html"> | 13 <link rel="import" href="script_ref.html"> |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 <hr> | 278 <hr> |
| 280 <source-inset location="{{ cls.location }}"> | 279 <source-inset location="{{ cls.location }}"> |
| 281 </source-inset> | 280 </source-inset> |
| 282 </div> | 281 </div> |
| 283 | 282 |
| 284 <view-footer></view-footer> | 283 <view-footer></view-footer> |
| 285 </template> | 284 </template> |
| 286 </polymer-element> | 285 </polymer-element> |
| 287 | 286 |
| 288 <script type="application/dart" src="class_view.dart"></script> | 287 <script type="application/dart" src="class_view.dart"></script> |
| OLD | NEW |