Update panel resolver to use a span

This commit is contained in:
Paulus Schoutsen 2016-07-28 23:58:42 -07:00
parent 974c75b9ed
commit 519533a4af

View File

@ -34,7 +34,7 @@
</div> </div>
</div> </div>
<div id='panel' hidden$='[[!resolved]]'></div> <span id='panel' hidden$='[[!resolved]]'></span>
</template> </template>
</dom-module> </dom-module>