| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 <function-ref ref="{{ function }}"></function-ref> | 142 <function-ref ref="{{ function }}"></function-ref> |
| 143 </div> | 143 </div> |
| 144 </div> | 144 </div> |
| 145 </template> | 145 </template> |
| 146 </div> | 146 </div> |
| 147 </curly-block><br> | 147 </curly-block><br> |
| 148 <br> | 148 <br> |
| 149 </template> | 149 </template> |
| 150 </div> | 150 </div> |
| 151 | 151 |
| 152 <div class="content-centered-big"> |
| 153 <hr> |
| 154 <script-inset script="{{ library.rootScript }}"> |
| 155 </script-inset> |
| 156 </div> |
| 157 |
| 152 <view-footer></view-footer> | 158 <view-footer></view-footer> |
| 153 </template> | 159 </template> |
| 154 </polymer-element> | 160 </polymer-element> |
| 155 | 161 |
| 156 <script type="application/dart" src="library_view.dart"></script> | 162 <script type="application/dart" src="library_view.dart"></script> |
| OLD | NEW |