mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix test under polypill.
This commit is contained in:
parent
101eb3dbd5
commit
25da63d132
@ -42,7 +42,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
|
||||
<dom-module id="x-dist-star">
|
||||
<template><content select="*"></content></template>
|
||||
<script>Polymer({is: 'x-dist-star'});</script>
|
||||
<script>
|
||||
HTMLImports.whenReady(function() {
|
||||
Polymer({is: 'x-dist-star'});
|
||||
});
|
||||
</script>
|
||||
</dom-module>
|
||||
|
||||
<dom-module id="x-dist-inside-deep-tree">
|
||||
|
Loading…
Reference in New Issue
Block a user