Commit 2d42e06d authored by Eric Bidelman's avatar Eric Bidelman

Cleanup

parent 24680e58
...@@ -46,6 +46,6 @@ Polymer and the web component polyfills are intended to work in the latest versi ...@@ -46,6 +46,6 @@ Polymer and the web component polyfills are intended to work in the latest versi
If you want to make a change to any of the elements in elements/elements.html, you'll need to install `polybuild` (Polymer's build tool) and re-vulcanize elements.build.html. If you want to make a change to any of the elements in elements/elements.html, you'll need to install `polybuild` (Polymer's build tool) and re-vulcanize elements.build.html.
1. Run `npm install` 1. Run `npm install` (first time only)
1. Make a change 1. Make a change
2. Run `npm run build` 1. Run `npm run build`
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</footer> </footer>
<script src="bower_components/todomvc-common/base.js" async></script> <script src="bower_components/todomvc-common/base.js" async></script>
<script> <script>
(function() { (function () {
// Feature detect and conditionally load the polyfills. // Feature detect and conditionally load the polyfills.
var webComponentsSupported = ('registerElement' in document var webComponentsSupported = ('registerElement' in document
&& 'import' in document.createElement('link') && 'import' in document.createElement('link')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment