| Index: runtime/bin/vmservice/client/lib/src/elements/curly_block.html
|
| diff --git a/runtime/bin/vmservice/client/lib/src/elements/curly_block.html b/runtime/bin/vmservice/client/lib/src/elements/curly_block.html
|
| index d105267a0b05b6ac502625a53b54507ba0b0908e..1576020ad101787090a861743e854916c42c8243 100644
|
| --- a/runtime/bin/vmservice/client/lib/src/elements/curly_block.html
|
| +++ b/runtime/bin/vmservice/client/lib/src/elements/curly_block.html
|
| @@ -1,3 +1,5 @@
|
| +<link rel="import" href="../../../../packages/polymer/polymer.html">
|
| +
|
| <polymer-element name="curly-block">
|
| <template>
|
| <style>
|
| @@ -36,5 +38,6 @@
|
| </template>
|
| </template>
|
| </template>
|
| - <script type="application/dart" src="curly_block.dart"></script>
|
| </polymer-element>
|
| +
|
| +<script type="application/dart" src="curly_block.dart"></script>
|
|
|