| Index: runtime/bin/vmservice/client/lib/src/elements/script_ref.html
|
| ===================================================================
|
| --- runtime/bin/vmservice/client/lib/src/elements/script_ref.html (revision 38989)
|
| +++ runtime/bin/vmservice/client/lib/src/elements/script_ref.html (working copy)
|
| @@ -1,12 +0,0 @@
|
| -<link rel="import" href="../../../../packages/polymer/polymer.html">
|
| -<link rel="import" href="observatory_element.html">
|
| -<link rel="import" href="service_ref.html">
|
| -
|
| -<polymer-element name="script-ref" extends="service-ref">
|
| -<template>
|
| - <link rel="stylesheet" href="css/shared.css">
|
| - <a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</a>
|
| -</template>
|
| -</polymer-element>
|
| -
|
| -<script type="application/dart" src="script_ref.dart"></script>
|
|
|