| OLD | NEW |
| 1 <head> | 1 <head> |
| 2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
| 3 <link rel="import" href="curly_block.html"> | 3 <link rel="import" href="curly_block.html"> |
| 4 <link rel="import" href="eval_box.html"> | 4 <link rel="import" href="eval_box.html"> |
| 5 <link rel="import" href="field_ref.html"> | 5 <link rel="import" href="field_ref.html"> |
| 6 <link rel="import" href="function_ref.html"> | 6 <link rel="import" href="function_ref.html"> |
| 7 <link rel="import" href="instance_ref.html"> | 7 <link rel="import" href="instance_ref.html"> |
| 8 <link rel="import" href="observatory_element.html"> | 8 <link rel="import" href="observatory_element.html"> |
| 9 <link rel="import" href="library_ref.html"> | 9 <link rel="import" href="library_ref.html"> |
| 10 <link rel="import" href="nav_bar.html"> | 10 <link rel="import" href="nav_bar.html"> |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 </div> | 130 </div> |
| 131 | 131 |
| 132 <hr> | 132 <hr> |
| 133 | 133 |
| 134 <div class="content"> | 134 <div class="content"> |
| 135 <eval-box callback="{{ eval }}"></eval-box> | 135 <eval-box callback="{{ eval }}"></eval-box> |
| 136 </div> | 136 </div> |
| 137 <br><br><br><br> | 137 <br><br><br><br> |
| 138 <br><br><br><br> | 138 <br><br><br><br> |
| 139 </template> | 139 </template> |
| 140 <script type="application/dart;component=1" src="library_view.dart"></script> | 140 <script type="application/dart" src="library_view.dart"></script> |
| 141 </polymer-element> | 141 </polymer-element> |
| OLD | NEW |