| OLD | NEW |
| 1 <head> | 1 <head> |
| 2 <link rel="import" href="curly_block.html"> | 2 <link rel="import" href="curly_block.html"> |
| 3 <link rel="import" href="eval_box.html"> | 3 <link rel="import" href="eval_box.html"> |
| 4 <link rel="import" href="eval_link.html"> |
| 4 <link rel="import" href="field_ref.html"> | 5 <link rel="import" href="field_ref.html"> |
| 5 <link rel="import" href="function_ref.html"> | 6 <link rel="import" href="function_ref.html"> |
| 6 <link rel="import" href="instance_ref.html"> | 7 <link rel="import" href="instance_ref.html"> |
| 7 <link rel="import" href="library_ref.html"> | 8 <link rel="import" href="library_ref.html"> |
| 8 <link rel="import" href="nav_bar.html"> | 9 <link rel="import" href="nav_bar.html"> |
| 9 <link rel="import" href="observatory_element.html"> | 10 <link rel="import" href="observatory_element.html"> |
| 10 <link rel="import" href="script_ref.html"> | 11 <link rel="import" href="script_ref.html"> |
| 11 </head> | 12 </head> |
| 12 <polymer-element name="class-view" extends="observatory-element"> | 13 <polymer-element name="class-view" extends="observatory-element"> |
| 13 <template> | 14 <template> |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 <hr> | 142 <hr> |
| 142 | 143 |
| 143 <div class="content"> | 144 <div class="content"> |
| 144 <eval-box callback="{{ eval }}"></eval-box> | 145 <eval-box callback="{{ eval }}"></eval-box> |
| 145 </div> | 146 </div> |
| 146 <br><br><br><br> | 147 <br><br><br><br> |
| 147 <br><br><br><br> | 148 <br><br><br><br> |
| 148 </template> | 149 </template> |
| 149 <script type="application/dart" src="class_view.dart"></script> | 150 <script type="application/dart" src="class_view.dart"></script> |
| 150 </polymer-element> | 151 </polymer-element> |
| OLD | NEW |