Fixed unclosed elements in <loot-dialog>.

This commit is contained in:
Oliver Hamlet
2014-11-08 19:09:38 +00:00
parent 59f55c662d
commit 0e0b36e1df
+2 -2
View File
@@ -13,7 +13,6 @@ Still missing compared to <dialog> are:
<polymer-element name="loot-dialog" extends="paper-dialog" attributes="open">
<template>
<shadow></shadow>
</template>
<script>
@@ -44,4 +43,5 @@ Still missing compared to <dialog> are:
this.opened = false;
},
});
</script>
</script>
</polymer-element>