UNPKG

polymer-analyzer

Version:
17 lines (15 loc) 301 B
<!-- Space Pants @demo space-demo.html a tour of the solar system --> <dom-module id="space-pants"> <script> /** * When I say "space" you say "pants" * @demo pants-demo.html are intergalactic space pants */ Polymer({ is: "space-pants" }); </script> </dom-module>