mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed unclosed elements in <loot-dialog>.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user