| 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="observatory_element.html"> | 2 <link rel="import" href="observatory_element.html"> |
| 3 <link rel="import" href="service_ref.html"> | 3 <link rel="import" href="service_ref.html"> |
| 4 | 4 |
| 5 <polymer-element name="script-ref" extends="service-ref"> | 5 <polymer-element name="script-ref" extends="service-ref"> |
| 6 <template> | 6 <template> |
| 7 <link rel="stylesheet" href="css/shared.css"> | 7 <link rel="stylesheet" href="css/shared.css"> |
| 8 <a on-click="{{ goto }}" title="{{ hoverText }}" _href="{{ url }}">{{ name }}<
/a> | 8 <a on-click="{{ goto }}" title="{{ hoverText }}" _href="{{ url }}">{{ name }}<
/a> |
| 9 </template> | 9 </template> |
| 10 </polymer-element> | 10 </polymer-element> |
| 11 | 11 |
| 12 <script type="application/dart" src="script_ref.dart"></script> | 12 <script type="application/dart" src="script_ref.dart"></script> |
| OLD | NEW |