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="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="eval_link.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="library_ref.html"> | 8 <link rel="import" href="library_ref.html"> |
9 <link rel="import" href="nav_bar.html"> | 9 <link rel="import" href="nav_bar.html"> |
10 <link rel="import" href="observatory_element.html"> | 10 <link rel="import" href="observatory_element.html"> |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 </div> | 179 </div> |
180 </div> | 180 </div> |
181 </template> | 181 </template> |
182 </div> | 182 </div> |
183 | 183 |
184 <hr> | 184 <hr> |
185 | 185 |
186 <div class="content"> | 186 <div class="content"> |
187 <eval-box callback="{{ eval }}"></eval-box> | 187 <eval-box callback="{{ eval }}"></eval-box> |
188 </div> | 188 </div> |
| 189 |
| 190 <hr> |
| 191 <script-inset script="{{ cls.script }}" pos="{{ cls.tokenPos }}" endPos="{{
cls.endTokenPos }}"> |
| 192 </script-inset> |
| 193 |
189 <br><br><br><br> | 194 <br><br><br><br> |
190 <br><br><br><br> | 195 <br><br><br><br> |
191 </template> | 196 </template> |
192 </polymer-element> | 197 </polymer-element> |
193 | 198 |
194 <script type="application/dart" src="class_view.dart"></script> | 199 <script type="application/dart" src="class_view.dart"></script> |
OLD | NEW |