| OLD | NEW |
| 1 <head> | 1 <head> |
| 2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
| 3 <link rel="import" href="service_ref.html"> | 3 <link rel="import" href="service_ref.html"> |
| 4 </head> | 4 </head> |
| 5 <polymer-element name="function-ref" extends="service-ref"> | 5 <polymer-element name="function-ref" extends="service-ref"> |
| 6 <template><!-- These comments are here to allow newlines. | 6 <template><!-- These comments are here to allow newlines. |
| 7 --><template if="{{ qualified && !hasParent && hasClass }}"><!-- | 7 --><template if="{{ qualified && !hasParent && hasClass }}"><!-- |
| 8 --><class-ref ref="{{ ref['class'] }}"></class-ref>.</template><!-- | 8 --><class-ref ref="{{ ref['owner'] }}"></class-ref>.</template><!-- |
| 9 --><template if="{{ qualified && hasParent }}"><!-- | 9 --><template if="{{ qualified && hasParent }}"><!-- |
| 10 --><function-ref ref="{{ ref['parent'] }}" qualified="{{ true }}"> | 10 --><function-ref ref="{{ ref['parent'] }}" qualified="{{ true }}"> |
| 11 </function-ref>.<!-- | 11 </function-ref>.<!-- |
| 12 --></template><a href="{{ url }}">{{ name }}</a><!-- | 12 --></template><a href="{{ url }}">{{ name }}</a><!-- |
| 13 --></template> | 13 --></template> |
| 14 <script type="application/dart" src="function_ref.dart"></script> | 14 <script type="application/dart" src="function_ref.dart"></script> |
| 15 </polymer-element> | 15 </polymer-element> |
| OLD | NEW |