| Index: src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.html
|
| diff --git a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.html b/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.html
|
| deleted file mode 100644
|
| index c815a585639b30bd0d47898f8c859cec22c24f88..0000000000000000000000000000000000000000
|
| --- a/src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<html>
|
| - <body>
|
| - <polymer-element name="tute-milestone" attributes="milestone">
|
| - <template>
|
| - <span>{{milestone.timeRemainingAsString}}</span> <button on-click="removeMilestone">-</button>
|
| - </template>
|
| - <script type="application/dart" src="tute_milestone.dart"></script>
|
| - </polymer-element>
|
| - </body>
|
| -</html>
|
|
|