| 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="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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 </template> | 128 </template> |
| 129 </div> | 129 </div> |
| 130 </curly-block><br> | 130 </curly-block><br> |
| 131 <br> | 131 <br> |
| 132 </template> | 132 </template> |
| 133 </div> | 133 </div> |
| 134 | 134 |
| 135 <hr> | 135 <hr> |
| 136 | 136 |
| 137 <div class="content"> | 137 <div class="content"> |
| 138 <eval-box callback="{{ eval }}"></eval-box> | 138 <eval-box callback="{{ evaluate }}"></eval-box> |
| 139 </div> | 139 </div> |
| 140 <view-footer></view-footer> | 140 <view-footer></view-footer> |
| 141 </template> | 141 </template> |
| 142 </polymer-element> | 142 </polymer-element> |
| 143 | 143 |
| 144 <script type="application/dart" src="library_view.dart"></script> | 144 <script type="application/dart" src="library_view.dart"></script> |
| OLD | NEW |